mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user