Skip to content

Commit 641193a

Browse files
authored
build: bump node versions (#318)
* build: bump node versions Signed-off-by: Lídia Tarcza <100163235+diatrcz@users.noreply.github.com>
1 parent 4bc481c commit 641193a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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

package.json

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

0 commit comments

Comments
 (0)