Skip to content

Commit

Permalink
feat(deps): bump Node.js image from 12 to 16 (#521)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node.js 16 is the active LTS version.
  • Loading branch information
ybiquitous committed Mar 3, 2022
1 parent e581b06 commit 06b2f07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ inputs:
required: false
default: "dependencies, javascript, security"
runs:
using: "node12"
using: "node16"
main: "dist/index.cjs"
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"repository": "ybiquitous/npm-audit-fix-action",
"engines": {
"node": ">=12.20.0",
"node": ">=16",
"npm": ">=8"
},
"type": "module",
Expand Down

0 comments on commit 06b2f07

Please sign in to comment.