From d390dc380119adef6e9412d880d3243f85933365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=ADdia=20Tarcza?= <100163235+diatrcz@users.noreply.github.com> Date: Tue, 11 Nov 2025 14:18:06 +0100 Subject: [PATCH 1/2] build: bump node versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lídia Tarcza <100163235+diatrcz@users.noreply.github.com> --- .github/workflows/build.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ffcd4222..ebfdb520 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: ['18', '20', '22'] + node-version: ['20', '22', '24'] steps: - name: Checkout repository diff --git a/README.md b/README.md index 7b3930d2..8846bd43 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Service Name | Import Path ## Prerequisites * You need an [IBM Cloud][ibm-cloud-onboarding] account. -* **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. [ibm-cloud-onboarding]: http://cloud.ibm.com/registration From 82ba4e68b5bcf007b68bd6705f225e7bf79b3b71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=ADdia=20Tarcza?= <100163235+diatrcz@users.noreply.github.com> Date: Tue, 18 Nov 2025 12:32:49 +0100 Subject: [PATCH 2/2] build: bump Node version package.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lídia Tarcza <100163235+diatrcz@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b13b51e3..27e07bca 100755 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "access": "public" }, "engines": { - "node": ">=18.0.0" + "node": ">=20.0.0" }, "dependencies": { "@types/node": "^18.19.80",