From 0668408ef3b61d28eefeab504f663ba6a903f481 Mon Sep 17 00:00:00 2001 From: Mayank Bansal Date: Sat, 17 Jan 2026 03:57:23 +0530 Subject: [PATCH] chore: bump node version to 22.x --- .github/workflows/continuous-integration.yml | 2 +- package.json | 6 +++--- yarn.lock | 14 +++++++++++++- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 7952fa48a..1217b7ea4 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [18.x] + node-version: [22.x] steps: - uses: actions/checkout@v3 diff --git a/package.json b/package.json index a355ea0f2..24ff5563c 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@testing-library/react-hooks": "^8.0.1", "@types/jest": "^29.2.5", "@types/next": "^9.0.0", - "@types/node": "^18.7.8", + "@types/node": "22.10.5", "@types/react": "^18.0.17", "@types/react-beautiful-dnd": "^13.1.2", "@types/react-dom": "^18.0.6", @@ -96,7 +96,7 @@ "whatwg-fetch": "^3.6.2" }, "engines": { - "node": "18.x" + "node": "22.x" }, "lint-staged": { "*.+(ts|tsx)": [ @@ -107,7 +107,7 @@ "workerDirectory": "public" }, "volta": { - "node": "18.14.2", + "node": "22.12.0", "yarn": "1.22.19" } } diff --git a/yarn.lock b/yarn.lock index 36b857f56..f6fe0fd07 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3219,11 +3219,18 @@ "@types/node" "*" form-data "^3.0.0" -"@types/node@*", "@types/node@^18.7.8": +"@types/node@*": version "18.11.18" resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f" integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA== +"@types/node@22.10.5": + version "22.10.5" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.5.tgz#95af89a3fb74a2bb41ef9927f206e6472026e48b" + integrity sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ== + dependencies: + undici-types "~6.20.0" + "@types/node@^14.0.10 || ^16.0.0", "@types/node@^14.14.20 || ^16.0.0": version "16.18.11" resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.11.tgz#cbb15c12ca7c16c85a72b6bdc4d4b01151bb3cae" @@ -13441,6 +13448,11 @@ underscore@~1.6.0: resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.6.0.tgz#8b38b10cacdef63337b8b24e4ff86d45aea529a8" integrity sha512-z4o1fvKUojIWh9XuaVLUDdf86RQiq13AC1dmHbTpoyuu+bquHms76v16CjycCbec87J7z0k//SiQVk0sMdFmpQ== +undici-types@~6.20.0: + version "6.20.0" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433" + integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg== + unfetch@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.2.0.tgz#7e21b0ef7d363d8d9af0fb929a5555f6ef97a3be"