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
@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 20
node-version: 22
cache: yarn
- uses: denoland/setup-deno@v2
with:
@@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 20
node-version: 22
cache: yarn
- uses: oven-sh/setup-bun@v2
with: