Skip to content

chore(deps): bump undici from 7.28.0 to 7.29.0 #18

chore(deps): bump undici from 7.28.0 to 7.29.0

chore(deps): bump undici from 7.28.0 to 7.29.0 #18

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
verify:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [20, 22]
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm run check
- run: npm audit
- run: npm run pack:check
- run: npm run smoke:packages
website:
runs-on: ubuntu-latest
defaults:
run:
working-directory: website
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 20
cache: npm
cache-dependency-path: website/package-lock.json
- run: npm ci
- run: npm run build
- run: npm audit