Skip to content

chore(deps): update actions/checkout digest to 08eba0b - autoclosed #166

chore(deps): update actions/checkout digest to 08eba0b - autoclosed

chore(deps): update actions/checkout digest to 08eba0b - autoclosed #166

Workflow file for this run

name: Test deployment
on:
pull_request:
branches:
- main
# 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
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
with:
fetch-depth: 0
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
with:
node-version: 22
- name: Install dependencies
run: npm ci
- name: Test build website
run: npm run build