Skip to content

Commit

Permalink
Use pinned packages for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
invernizzi committed Mar 25, 2024
1 parent a6d124f commit 4de4226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
node-version: 18.x
- name: Install dependencies
run: npm install
run: npm ci
- name: Build
run: npm run build-github
- name: Setup Pages
Expand Down

0 comments on commit 4de4226

Please sign in to comment.