Skip to content

chore(deps): bump undici from 5.27.2 to 5.28.3 #152

chore(deps): bump undici from 5.27.2 to 5.28.3

chore(deps): bump undici from 5.27.2 to 5.28.3 #152

Workflow file for this run

name: Sanity Check
on:
pull_request:
push:
branches:
- 'release/**'
jobs:
run-tests:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- name: Install deps
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint
- name: Test
run: yarn test