Skip to content

build(deps): bump the actions-minor-patch group with 2 updates #6

build(deps): bump the actions-minor-patch group with 2 updates

build(deps): bump the actions-minor-patch group with 2 updates #6

Workflow file for this run

name: CI
on:
pull_request:
push:
branches-ignore:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 22
cache: npm
cache-dependency-path: site/package-lock.json
- run: npm ci
working-directory: site
- run: npm run lint
working-directory: site
- run: npm run build
working-directory: site