We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52673b commit 25d49b6Copy full SHA for 25d49b6
.github/workflows/loc.yml
@@ -44,7 +44,7 @@ jobs:
44
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
+ run: npm install badgen @actions/core@2 glob-gitignore
48
49
- name: NPM Update
50
run: npm update && npm audit fix --force
0 commit comments