Skip to content

Bump undici from 5.28.4 to 5.28.5 #7

Bump undici from 5.28.4 to 5.28.5

Bump undici from 5.28.4 to 5.28.5 #7

Workflow file for this run

name: "build"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm install
npm run all