Skip to content

chore(deps): bump undici from 5.28.2 to 5.28.3 #502

chore(deps): bump undici from 5.28.2 to 5.28.3

chore(deps): bump undici from 5.28.2 to 5.28.3 #502

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
jobs:
test: # make sure the action works on a clean machine without building
permissions:
issues: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
package-manager: pnpm
- uses: ./
with:
working-directory: test/sample
- uses: ./
with:
working-directory: test/esm-sample
- uses: ./
with:
working-directory: test/bun-workspace
package-manager: bun
- uses: ./
with:
working-directory: test/npm-workspace
package-manager: npm
- uses: ./
with:
working-directory: test/pnpm-workspace
package-manager: pnpm