Skip to content

Bump undici from 7.25.0 to 7.28.0 #153

Bump undici from 7.25.0 to 7.28.0

Bump undici from 7.25.0 to 7.28.0 #153

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run lint
- run: npm test