Skip to content

Commit

Permalink
chore: migrate action from 16 -> 20 (#440)
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
  • Loading branch information
spiffcs committed Jan 30, 2024
1 parent c6aed38 commit 767b08f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -78,5 +78,5 @@ inputs:
description: "Configuration file to use"

runs:
using: "node16"
using: "node20"
main: "dist/runSyftAction/index.js"
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -68,5 +68,8 @@
"ts-jest": "^29.1.0",
"type-fest": "^3.9.0",
"typescript": "^5.0.4"
},
"engines": {
"node": ">=v20.11.0"
}
}

0 comments on commit 767b08f

Please sign in to comment.