Skip to content

Bump undici from 5.28.4 to 5.28.5 (#28) #33

Bump undici from 5.28.4 to 5.28.5 (#28)

Bump undici from 5.28.4 to 5.28.5 (#28) #33

Workflow file for this run

name: Tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- name: npm install, build, and test
run: |
npm ci
npm run build --if-present
npm run check-types
npm test
env:
CI: true