Skip to content

Commit

Permalink
Use forked setup-node action
Browse files Browse the repository at this point in the history
See actions/setup-node#439; this works around Actions failures due to
this repo (properly!) using npm-shrinkwrap.json.

See https://github.com/strugee/password-requirements-dataset/runs/5487779652?check_suite_focus=true
  • Loading branch information
strugee committed Mar 9, 2022
1 parent 28cc888 commit acb13bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: strugee/setup-node@shrinkwrap-support
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down

0 comments on commit acb13bf

Please sign in to comment.