Skip to content

Commit 5e85e1e

Browse files
committed
chore: update node versions
1 parent d51d606 commit 5e85e1e

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
uses: actions/setup-node@v4
4141
with:
4242
node-version: 22
43+
registry-url: https://registry.npmjs.org/
4344
cache: "pnpm"
4445

4546
- name: Install dependencies

.github/workflows/mergebot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
uses: actions/setup-node@v4
5656
with:
5757
node-version: 22
58+
registry-url: https://registry.npmjs.org/
59+
cache: "pnpm"
5860

5961
- id: message
6062
name: Format Discord message

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Node
4545
uses: actions/setup-node@v4
4646
with:
47-
node-version: 20
47+
node-version: 22
4848
registry-url: https://registry.npmjs.org/
4949
cache: "pnpm"
5050

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Node
3838
uses: actions/setup-node@v4
3939
with:
40-
node-version: 20
40+
node-version: 22
4141
registry-url: https://registry.npmjs.org/
4242
cache: "pnpm"
4343

.github/workflows/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Node
3939
uses: actions/setup-node@v4
4040
with:
41-
node-version: 20
41+
node-version: 22
4242
registry-url: https://registry.npmjs.org/
4343
cache: "pnpm"
4444

0 commit comments

Comments
 (0)