Skip to content

Commit 9222593

Browse files
committed
chore(action): update bahmutov/npm-install action to v1.8.32
1 parent 0c6b6ab commit 9222593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
2626
with:
2727
node-version: ${{ steps.nvm.outputs.NVMRC }}
28-
- uses: bahmutov/npm-install@v1
28+
- uses: bahmutov/npm-install@c5482d70ec8706408996e31ac94075030694993f # v1.8.32
2929
- run: npm test
3030
release:
3131
needs: verify
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
4040
with:
4141
node-version: ${{ steps.nvm.outputs.NVMRC }}
42-
- uses: bahmutov/npm-install@v1
42+
- uses: bahmutov/npm-install@c5482d70ec8706408996e31ac94075030694993f # v1.8.32
4343
- name: semantic-release
4444
run: npx semantic-release
4545
env:

0 commit comments

Comments
 (0)