We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c908b commit 9646fcfCopy full SHA for 9646fcf
.github/workflows/nodejs.yml
@@ -18,7 +18,7 @@ jobs:
18
npm --version
19
- uses: actions/checkout@v5.0.0
20
- name: Install dependencies
21
- uses: bahmutov/npm-install@v1.11.0
+ uses: bahmutov/npm-install@v1.11.1
22
with:
23
useLockFile: false
24
- run: npm ls
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
25
26
27
28
29
30
- run: npm audit signatures
0 commit comments