We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395f139 commit 8ee3a64Copy full SHA for 8ee3a64
.github/workflows/nodejs.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
node-version: ${{ matrix.node_version }}
19
- name: npm install
20
- uses: bahmutov/npm-install@6cee6086f1bf4467050e9a51e94bfb71b44cbc39 # v1.10.8
+ uses: bahmutov/npm-install@6bbff949458c1dd99b20e185cee8c4d6fcf1212a # v1.10.9
21
- name: test
22
run: npm test
23
- name: lint
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Install
37
if: ${{ steps.release.outputs.release_created }}
38
39
40
- name: Build
41
0 commit comments