From 66359f408fb67d43c65cec464dcbad2b0ff94588 Mon Sep 17 00:00:00 2001 From: Dave Dozier <2555178+dwdozier@users.noreply.github.com> Date: Thu, 30 May 2024 23:03:01 -0400 Subject: [PATCH] up to node 20, gh-actions require 20 now --- package-lock.json | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb579c5..c9da4b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "configure-action", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "configure-action", - "version": "2.2.0", + "version": "2.2.1", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.6.0", @@ -33,7 +33,7 @@ "typescript": "^4.6.3" }, "engines": { - "node": ">=16.0.0 <17.0.0", + "node": "<=20", "npm": ">=8" } }, diff --git a/package.json b/package.json index e923fd4..6733c7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "configure-action", - "version": "2.2.0", + "version": "2.2.1", "description": "Securely deliver CloudTruth configuration and secrets into your GitHub Actions workflows.", "main": "lib/main.js", "scripts": { @@ -15,7 +15,7 @@ "all": "npm run build && npm run format && npm run lint && npm run package && npm test" }, "engines": { - "node": ">=16.0.0 <17.0.0", + "node": "<=20", "npm": ">=8" }, "repository": {