Skip to content

Commit

Permalink
chore: migrate action to use node v20.11.0 (Iron) FROM node v16.x.x (#…
Browse files Browse the repository at this point in the history
…278)

* chore: update action.yml; 16 deprecated 20 supported
* chore: add package json section for engines compatibility
---------
Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
  • Loading branch information
spiffcs committed Jan 30, 2024
1 parent a9603d0 commit 1c57367
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ outputs:
json:
description: "Path to a JSON report file for the image"
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
},
"lint-staged": {
"*.js": "prettier --write"
},
"engines": {
"node": ">=v20.11.0"
}
}

0 comments on commit 1c57367

Please sign in to comment.