Skip to content

Commit

Permalink
Fix GH pages
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Aug 30, 2024
1 parent 6919663 commit bc5b665
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main

defaults:
run:
working-directory: ./website
Expand All @@ -18,10 +19,12 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: npm
cache-dependency-path: './website/package-lock.json'

- name: Install dependencies
run: npm ci

- name: Test build website
run: npm run build

0 comments on commit bc5b665

Please sign in to comment.