ci: Use node v22 (#5167)

In package.json, the reason for >= 22.15 is that thats the node:zlib's zstd minimum version

Co-authored-by: Awesome Stickz <38146668+AwesomeStickz@users.noreply.github.com>
This commit is contained in:
Fleny
2026-07-22 19:43:22 +05:30
committed by GitHub
co-authored by Awesome Stickz
parent 7c5a614a85
commit 580e5d3f56
8 changed files with 13 additions and 13 deletions
+4 -4
View File
@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 20
node-version: 22
cache: yarn
- run: yarn install --immutable
- name: Cache for Turbo
@@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 20
node-version: 22
cache: yarn
- run: yarn install --immutable
- name: Cache for Turbo
@@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 20
node-version: 22
cache: yarn
- run: yarn install --immutable
- name: Cache for Turbo
@@ -71,7 +71,7 @@ jobs:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 20
node-version: 22
cache: yarn
- run: yarn install --immutable
- name: Cache for Turbo