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
+1 -1
View File
@@ -19,7 +19,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
+1 -1
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
+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
@@ -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:
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 20
node-version: 22
cache: yarn
registry-url: 'https://registry.npmjs.org'
scope: '@discordeno'
+2 -2
View File
@@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 20
node-version: 22
cache: yarn
cache-dependency-path: |
yarn.lock
@@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 20
node-version: 22
cache: yarn
cache-dependency-path: |
yarn.lock
+1 -1
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