Skip to content

Commit 9b3a1ae

Browse files
committed
Update to node 24
Signed-off-by: Jason Frey <[email protected]>
1 parent 46e534e commit 9b3a1ae

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
@@ -237,7 +237,7 @@ jobs:
237237
- name: Set up Node.js
238238
uses: actions/setup-node@v5
239239
with:
240-
node-version: 20
240+
node-version: 24
241241
cache: npm
242242
- run: npm ci
243243
- run: npm run package

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ outputs:
2727
version:
2828
description: The version of the IBM Cloud CLI that was installed.
2929
runs:
30-
using: node20
30+
using: node24
3131
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
@@ -31,6 +31,6 @@
3131
"@vercel/ncc": "^0.38.1"
3232
},
3333
"engines": {
34-
"node": ">=20"
34+
"node": ">=24"
3535
}
3636
}

0 commit comments

Comments
 (0)