We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157d419 commit f43d7f8Copy full SHA for f43d7f8
.github/workflows/check-for-update.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
19
- run: |
20
- npm ci
+ npm ci --ignore-scripts --no-audit --no-fund
21
VERSION_BEFORE=`node --eval 'console.log(require("./package.json").version)'`
22
./update.js --no-commit
23
VERSION=`node --eval 'console.log(require("./package.json").version)'`
0 commit comments