Skip to content

build(deps): bump undici from 5.28.5 to 5.29.0 in the npm_and_yarn group across 1 directory #383

build(deps): bump undici from 5.28.5 to 5.29.0 in the npm_and_yarn group across 1 directory

build(deps): bump undici from 5.28.5 to 5.29.0 in the npm_and_yarn group across 1 directory #383

Workflow file for this run

name: "units-test"
on:
pull_request:
jobs:
units:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
id: setup-node
uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: npm
- run: npm ci
- run: npm test
- run: npm run lint
- run: npm run typecheck
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_PREFIX: "Release Note"