Skip to content

Bump undici from 5.28.4 to 5.28.5 #529

Bump undici from 5.28.4 to 5.28.5

Bump undici from 5.28.4 to 5.28.5 #529

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ release, main ]
permissions: {}
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Verify npm all runs and build output matches
uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm ci
- run: npm run all