From beb357a873c19472b8fd02540bae13140c29050f Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 29 Jan 2024 07:53:10 -0500 Subject: [PATCH] Use Node20 instead of Node 16 Fixes #25 --- .github/workflows/cicd.yml | 2 +- action.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index a3a37f2..a79e47c 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x cache: npm - run: npm ci diff --git a/action.yml b/action.yml index 5e44463..9980d8d 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ branding: icon: message-square color: purple runs: - using: node16 + using: node20 main: ./index.dist.js inputs: text: diff --git a/package-lock.json b/package-lock.json index e9c560d..d1b07eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "rewire": "^6.0.0" }, "engines": { - "node": ">=16", + "node": ">=18", "npm": ">=8" } }, diff --git a/package.json b/package.json index aa2b739..5d950a5 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "rewire": "^6.0.0" }, "engines": { - "node": ">=16", + "node": ">=18", "npm": ">=8" }, "mocha": {