Skip to content

Commit

Permalink
feat(setup-node): upgrade default node version to 16 (LTS)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Dec 20, 2021
1 parent 063129c commit 56cc31b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion npm-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Install npm dependencies from scratch or from cache
inputs:
node-version:
description: 'The Node.js version to use'
default: '14'
default: '16'
required: false

runs:
Expand Down
2 changes: 1 addition & 1 deletion setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: 'Setup Node'
inputs:
node-version:
description: 'The Node.js version to use'
default: '14'
default: '16'
required: false

runs:
Expand Down

0 comments on commit 56cc31b

Please sign in to comment.