Skip to content

Commit 51b19d5

Browse files
committed
Revert "Merge pull request #40 from IBM/node24"
This reverts commit e2f2de6, reversing changes made to 6da5aed. Signed-off-by: Jason Frey <[email protected]>
1 parent ca4ed0f commit 51b19d5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
- name: Set up Node.js
313313
uses: actions/setup-node@v6
314314
with:
315-
node-version: 24
315+
node-version: 20
316316
cache: npm
317317
- run: npm ci
318318
- run: npm run package

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ outputs:
3232
version:
3333
description: The version of the IBM Cloud CLI that was installed.
3434
runs:
35-
using: node24
35+
using: node20
3636
main: dist/index.js

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"@vercel/ncc": "^0.38.1"
3333
},
3434
"engines": {
35-
"node": ">=24"
35+
"node": ">=20"
3636
}
3737
}

0 commit comments

Comments
 (0)