Skip to content

Commit

Permalink
Fix logfile, install exact package versions in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
platz1de committed Aug 17, 2024
1 parent 681837f commit 2c53a60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 454 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: 20
- name: Setup npm
run: npm install
run: npm ci
- name: Prebuild
run: npm run prebuild
- name: Build
Expand Down
Loading

0 comments on commit 2c53a60

Please sign in to comment.