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" } }