From 767b08fd8822486ad890abb8f1d31721bebd651c Mon Sep 17 00:00:00 2001 From: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:56:46 -0500 Subject: [PATCH] chore: migrate action from 16 -> 20 (#440) Signed-off-by: Christopher Phillips --- action.yml | 2 +- package.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3c6f3f3b..2d91da79 100644 --- a/action.yml +++ b/action.yml @@ -78,5 +78,5 @@ inputs: description: "Configuration file to use" runs: - using: "node16" + using: "node20" main: "dist/runSyftAction/index.js" diff --git a/package.json b/package.json index 9e8acdd4..49d8cb99 100644 --- a/package.json +++ b/package.json @@ -68,5 +68,8 @@ "ts-jest": "^29.1.0", "type-fest": "^3.9.0", "typescript": "^5.0.4" + }, + "engines": { + "node": ">=v20.11.0" } }