From 1a788bb5fb760a1625be7a353e4eea2cfdfd6dad Mon Sep 17 00:00:00 2001 From: Kenrick Tandrian <60643640+KenTandrian@users.noreply.github.com> Date: Sat, 22 Aug 2026 14:10:49 +0700 Subject: [PATCH] Task/upgrade Node.js to version 22.23.2 (#7688) * Update Node.js to version 22.23.2 * Update changelog --- .github/workflows/build-code.yml | 2 +- CHANGELOG.md | 6 ++++++ package-lock.json | 10 +++++----- package.json | 4 ++-- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-code.yml b/.github/workflows/build-code.yml index bd5d1efdc..0c3f292ba 100644 --- a/.github/workflows/build-code.yml +++ b/.github/workflows/build-code.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: node_version: - - 22.22.1 + - 22.23.2 steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cc88dd52..db177b1c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Changed + +- Upgraded the `Node.js` engine from version `>=22.18.0` to `>=22.22.3` (`package.json`) + ## 3.57.0 - 2026-08-21 ### Added diff --git a/package-lock.json b/package-lock.json index 634a1b96a..c1556971c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -141,7 +141,7 @@ "@types/jest": "30.0.0", "@types/jsonpath": "0.2.4", "@types/lodash": "4.17.24", - "@types/node": "22.15.17", + "@types/node": "22.20.1", "@types/papaparse": "5.5.2", "@types/passport-google-oauth20": "2.0.17", "@types/passport-openidconnect": "0.1.3", @@ -171,7 +171,7 @@ "webpack-cli": "7.1.0" }, "engines": { - "node": ">=22.18.0" + "node": ">=22.22.3" } }, "node_modules/@adobe/css-tools": { @@ -15023,9 +15023,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.15.17", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.17.tgz", - "integrity": "sha512-wIX2aSZL5FE+MR0JlvF87BNVrtFWf6AE6rxSE9X7OwnVvoyCQjpzSRJ+M87se/4QCkCiebQAqrJ0y6fwIyi7nw==", + "version": "22.20.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.20.1.tgz", + "integrity": "sha512-EANqOCF9QFyra+4pfxUcX9STKJpCLjMbObVzljIJomAWSnuSIEAvyzEU53GaajbXJEgdh0iEcPL+DGvpUd4k1Q==", "license": "MIT", "dependencies": { "undici-types": "~6.21.0" diff --git a/package.json b/package.json index 475575030..689ae80ec 100644 --- a/package.json +++ b/package.json @@ -185,7 +185,7 @@ "@types/jest": "30.0.0", "@types/jsonpath": "0.2.4", "@types/lodash": "4.17.24", - "@types/node": "22.15.17", + "@types/node": "22.20.1", "@types/papaparse": "5.5.2", "@types/passport-google-oauth20": "2.0.17", "@types/passport-openidconnect": "0.1.3", @@ -215,6 +215,6 @@ "webpack-cli": "7.1.0" }, "engines": { - "node": ">=22.18.0" + "node": ">=22.22.3" } }