We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc481c commit d390dc3Copy full SHA for d390dc3
2 files changed
.github/workflows/build.yaml
@@ -43,7 +43,7 @@ jobs:
43
runs-on: ubuntu-latest
44
strategy:
45
matrix:
46
- node-version: ['18', '20', '22']
+ node-version: ['20', '22', '24']
47
48
steps:
49
- name: Checkout repository
README.md
@@ -101,7 +101,7 @@ Service Name | Import Path
101
102
## Prerequisites
103
* 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.
+* **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.
105
106
[ibm-cloud-onboarding]: http://cloud.ibm.com/registration
107
0 commit comments