File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4343 runs-on : ubuntu-latest
4444 strategy :
4545 matrix :
46- node-version : ['18 ', '20 ', '22 ']
46+ node-version : ['20 ', '22 ', '24 ']
4747
4848 steps :
4949 - name : Checkout repository
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Service Name | Import Path
101101
102102## Prerequisites
103103* You need an [ IBM Cloud] [ ibm-cloud-onboarding ] account.
104- * ** Node.js >=18 ** : This SDK is tested with Node.js versions 18 and up. It may work on previous versions but this is not officially supported.
104+ * ** Node.js >=20 ** : This SDK is tested with Node.js versions 20 and up. It may work on previous versions but this is not officially supported.
105105
106106[ ibm-cloud-onboarding ] : http://cloud.ibm.com/registration
107107
Original file line number Diff line number Diff line change 3737 "access" : " public"
3838 },
3939 "engines" : {
40- "node" : " >=18 .0.0"
40+ "node" : " >=20 .0.0"
4141 },
4242 "dependencies" : {
4343 "@types/node" : " ^18.19.80" ,
You can’t perform that action at this time.
0 commit comments