Skip to content

Bump undici from 6.27.0 to 6.28.0 #49

Bump undici from 6.27.0 to 6.28.0

Bump undici from 6.27.0 to 6.28.0 #49

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup node
uses: actions/setup-node@v6
with:
node-version: 24.x
- name: Install dependencies
run: |
npm ci
npm ls
- name: Validate dist
run: |
npm i -g rollup
cp dist/index.js index_pr.js
rm -rf out dist
npm run build
npm run package
diff dist/index.js index_pr.js