Skip to content

chore(deps-dev): bump undici from 5.28.3 to 5.28.4 #186

chore(deps-dev): bump undici from 5.28.3 to 5.28.4

chore(deps-dev): bump undici from 5.28.3 to 5.28.4 #186

Workflow file for this run

# Build the website to produce the static files,
# also serves as a test for regressions
name: Build
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: 💻 Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: 📦 Install dependencies
run: npm ci
- name: 🏗️ Build static website
run: npm run generate