From 9b3a1aebc442c2f066d2e3897ca89194635881f2 Mon Sep 17 00:00:00 2001 From: Jason Frey Date: Mon, 11 Aug 2025 10:58:47 -0400 Subject: [PATCH] Update to node 24 Signed-off-by: Jason Frey --- .github/workflows/test.yml | 2 +- action.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 060bfcf..b9de40d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -237,7 +237,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v5 with: - node-version: 20 + node-version: 24 cache: npm - run: npm ci - run: npm run package diff --git a/action.yml b/action.yml index 797b045..16863e7 100644 --- a/action.yml +++ b/action.yml @@ -27,5 +27,5 @@ outputs: version: description: The version of the IBM Cloud CLI that was installed. runs: - using: node20 + using: node24 main: dist/index.js diff --git a/package-lock.json b/package-lock.json index 5f0d214..5c40054 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@vercel/ncc": "^0.38.1" }, "engines": { - "node": ">=20" + "node": ">=24" } }, "node_modules/@actions/core": { diff --git a/package.json b/package.json index 777f611..fed3b93 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "@vercel/ncc": "^0.38.1" }, "engines": { - "node": ">=20" + "node": ">=24" } }