We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9de84 commit 2464a14Copy full SHA for 2464a14
.github/workflows/loc.yml
@@ -41,7 +41,7 @@ jobs:
41
node-version: '20.x'
42
43
- name: NPM Init
44
- run: rm -rf node_modules package-lock.json && npm install && npm init -y
+ run: rm -rf node_modules package-lock.json && npm init -y
45
46
- name: NPM Install
47
run: npm install badgen @actions/core glob-gitignore --save-dev
0 commit comments