Skip to content

Commit

Permalink
Merge pull request #999 from jhipster/dependabot/github_actions/dot-g…
Browse files Browse the repository at this point in the history
…ithub/actions/setup/actions/setup-node-3

Bump actions/setup-node from 2.5.0 to 3 in /.github/actions/setup
  • Loading branch information
pascalgrimaud authored Mar 11, 2022
2 parents e58c9eb + 33c854c commit e53461e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ runs:
using: 'composite'
steps:
- name: 'Setup: Node.js'
uses: actions/setup-node@v2.5.0
uses: actions/setup-node@v3
with:
node-version: 16.14.0
- name: 'Setup: update NPM'
Expand Down

0 comments on commit e53461e

Please sign in to comment.