Skip to content

Bump undici from 5.28.0 to 5.28.4 #3

Bump undici from 5.28.0 to 5.28.4

Bump undici from 5.28.0 to 5.28.4 #3

Workflow file for this run

name: "Run tests"
on: [pull_request]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test