diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index af2ba5a..be3f29c 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: 22 cache: npm - run: npm ci - run: npm run package diff --git a/action.yml b/action.yml index 265b8c9..37527a0 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: node22 main: dist/index.js diff --git a/package-lock.json b/package-lock.json index cd44649..13285d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@vercel/ncc": "^0.38.1" }, "engines": { - "node": ">=20" + "node": ">=22" } }, "node_modules/@actions/core": { diff --git a/package.json b/package.json index 777f611..d7bc2fe 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "@vercel/ncc": "^0.38.1" }, "engines": { - "node": ">=20" + "node": ">=22" } }