Skip to content

Commit d390dc3

Browse files
committed
build: bump node versions
Signed-off-by: Lídia Tarcza <100163235+diatrcz@users.noreply.github.com>
1 parent 4bc481c commit d390dc3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)