diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index af2ba5a..5a39b98 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@v4 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 265b8c9..b3d91d6 100644 --- a/action.yml +++ b/action.yml @@ -26,5 +26,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 cd44649..ba084dd 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" } }