Skip to content

chore(deps): bump actions/attest-build-provenance from 4.1.0 to 4.1.1 #220

chore(deps): bump actions/attest-build-provenance from 4.1.0 to 4.1.1

chore(deps): bump actions/attest-build-provenance from 4.1.0 to 4.1.1 #220

name: Test deployment
on:
pull_request:
branches: [main, develop]
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
with:
fetch-depth: 0
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
with:
node-version: 24
cache: npm
cache-dependency-path: _site/package-lock.json
- name: Install dependencies
run: npm ci
working-directory: _site
- name: Test build website
run: npm run build
working-directory: _site