Skip to content

Commit f43d7f8

Browse files
committed
Make install faster for update check
1 parent 157d419 commit f43d7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-for-update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818

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

0 commit comments

Comments
 (0)