Skip to content

Bump undici from 5.28.3 to 5.28.4 #75

Bump undici from 5.28.3 to 5.28.4

Bump undici from 5.28.3 to 5.28.4 #75

Workflow file for this run

name: "build-test"
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 ci
npm run all
- uses: ./
with:
check_untracked: true
- run: touch new.txt
- uses: ./
with:
check_untracked: false