Skip to content

Commit

Permalink
chore(workflows): update bahmutov/npm-install digest to 0a424fe
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 19, 2023
1 parent 8ad5d05 commit 2a66f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: ${{ matrix.node_version }}
- name: npm install
uses: bahmutov/npm-install@c5482d70ec8706408996e31ac94075030694993f
uses: bahmutov/npm-install@0a424fea8730e1589f423ab6a7d886f047679aa9
- name: test
run: npm test
- name: lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: npm i -g npm@latest
- name: Build Package
if: ${{ steps.release.outputs.releases_created }}
uses: bahmutov/npm-install@c5482d70ec8706408996e31ac94075030694993f #
uses: bahmutov/npm-install@0a424fea8730e1589f423ab6a7d886f047679aa9 #

# Release Please has already incremented versions and published tags, so we just
# need to publish all unpublished versions to NPM here
Expand Down

0 comments on commit 2a66f80

Please sign in to comment.