Skip to content

Commit

Permalink
Make install faster for update check
Browse files Browse the repository at this point in the history
  • Loading branch information
giggio committed Oct 14, 2023
1 parent 157d419 commit f43d7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-for-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- run: |
npm ci
npm ci --ignore-scripts --no-audit --no-fund
VERSION_BEFORE=`node --eval 'console.log(require("./package.json").version)'`
./update.js --no-commit
VERSION=`node --eval 'console.log(require("./package.json").version)'`
Expand Down

0 comments on commit f43d7f8

Please sign in to comment.