From 665ca9ce057ef901a463587b113b02a5bbcfe5fd Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Mon, 11 Sep 2023 13:23:32 -0400 Subject: [PATCH 1/4] - bumps node version in package.sjon --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76d8057..6463436 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ ".": "./dist/index.js" }, "engines": { - "node": ">=16" + "node": ">=20" }, "scripts": { "bundle": "npm run format:write && npm run package", From 293c47079cccc65a67d9e327c48ec00543fc5abe Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Mon, 11 Sep 2023 13:24:18 -0400 Subject: [PATCH 2/4] - bumps node version in actions.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 32f6403..7f69e47 100644 --- a/action.yml +++ b/action.yml @@ -15,5 +15,5 @@ outputs: description: 'Your output description here' runs: - using: node16 + using: node20 main: dist/index.js From 4a9939647797e0d58746bb2ca4a6fcbe6aa4e016 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Mon, 11 Sep 2023 13:24:39 -0400 Subject: [PATCH 3/4] - bumps node version in package lock --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index a8b026d..e7c51f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "typescript": "^5.2.2" }, "engines": { - "node": ">=16" + "node": ">=20" } }, "node_modules/@aashutoshrathi/word-wrap": { From eab51454013a6832ab6c97feef29750aa2fb3972 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Mon, 11 Sep 2023 13:25:07 -0400 Subject: [PATCH 4/4] - bumps node version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec746a2..138ca00 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ need to perform some initial setup steps before you can develop your action. > [`nodenv`](https://github.com/nodenv/nodenv) or > [`nvm`](https://github.com/nvm-sh/nvm), you can run `nodenv install` in the > root of your repository to install the version specified in -> [`package.json`](./package.json). Otherwise, 16.x or later should work! +> [`package.json`](./package.json). Otherwise, 20.x or later should work! 1. :hammer_and_wrench: Install the dependencies