From f5db5d5c6abd67e322b860daf9e159b6065ef8f5 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:23:46 +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 7cb820e2..771e5039 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 4471c68f..1baf6038 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This project contains core functionality required by Node.js code generated by t ``` ## Prerequisites -- Node.js version 18 or newer +- Node.js version 20 or newer ## Usage This package exports a single object containing a number of modules as top level properties. From 0a3eb418a0da3a6b64363292b87cbbd128fb0867 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:33:54 +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 d2f4a4ab..5f0b0fe3 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "./auth/utils/read-credentials-file": "./auth/utils/read-credentials-file.browser" }, "engines": { - "node": ">=18" + "node": ">=20" }, "scripts": { "clean": "rm -fr node_modules sdk-test-utilities/node_modules",