diff --git a/.tool-versions b/.tool-versions index ffd2870..9c08e2b 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 16.18.0 +nodejs 20.12.0 diff --git a/deployment-status/action.yml b/deployment-status/action.yml index d013f94..594be13 100644 --- a/deployment-status/action.yml +++ b/deployment-status/action.yml @@ -26,7 +26,7 @@ outputs: deployment_id: description: "The ID of the created deployment" runs: - using: "node16" + using: "node20" main: "dist/initial-status/index.js" post: "dist/final-status/index.js" post-if: "success()" diff --git a/global-variables/action.yml b/global-variables/action.yml index fcbc242..d55fc03 100644 --- a/global-variables/action.yml +++ b/global-variables/action.yml @@ -21,7 +21,7 @@ inputs: required: false default: ".github/workflows/.env.global" runs: - using: "node16" + using: "node20" main: "index.js" branding: icon: "settings" diff --git a/global-variables/node_modules/.package-lock.json b/global-variables/node_modules/.package-lock.json index e76e8ba..9647dcc 100644 --- a/global-variables/node_modules/.package-lock.json +++ b/global-variables/node_modules/.package-lock.json @@ -1,7 +1,7 @@ { "name": "global-variables", "version": "1.0.0", - "lockfileVersion": 2, + "lockfileVersion": 3, "requires": true, "packages": { "node_modules/@actions/core": {