Skip to content

Bump undici from 6.16.0 to 6.19.2 #116

Bump undici from 6.16.0 to 6.19.2

Bump undici from 6.16.0 to 6.19.2 #116

Workflow file for this run

name: Unit Tests
on:
pull_request
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: corepack enable && yarn --version
- run: yarn install
- run: yarn test