Skip to content

chore(deps): bump undici from 5.28.5 to 5.29.0 #164

chore(deps): bump undici from 5.28.5 to 5.29.0

chore(deps): bump undici from 5.28.5 to 5.29.0 #164

Workflow file for this run

name: Unit tests
on: [pull_request, push]
jobs:
ci-unit-tests:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
with:
# This should match the using value in `actions.yaml`
node-version: 20
- run: npm ci
- run: npm run lint
# - run: npm run test