Skip to content

Commit

Permalink
⬆️ Updates actions/setup-node action to v3
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 11, 2024
1 parent ed6bc0c commit 2f52619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
key: npm-v14-${{ runner.os }}-refs/heads/master-${{ hashFiles('package.json') }}

- name: Install Node.js and npm
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14.x
registry-url: https://registry.npmjs.org
Expand Down

0 comments on commit 2f52619

Please sign in to comment.