Skip to content

Commit a406eea

Browse files
committed
ci: update node
1 parent 38e52f6 commit a406eea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: corepack enable
1919
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2020
with:
21-
node-version: 20.5
21+
node-version: 22
2222
cache: pnpm
2323

2424
- name: Install dependencies
@@ -39,7 +39,7 @@ jobs:
3939
- run: corepack enable
4040
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
4141
with:
42-
node-version: 20.5
42+
node-version: 22
4343
cache: pnpm
4444

4545
- name: Install dependencies
@@ -60,7 +60,7 @@ jobs:
6060
- run: corepack enable
6161
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
6262
with:
63-
node-version: 20.5
63+
node-version: 22
6464
cache: pnpm
6565

6666
- name: Install dependencies
@@ -83,7 +83,7 @@ jobs:
8383
- run: corepack enable
8484
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
8585
with:
86-
node-version: 20.5
86+
node-version: 22
8787
cache: pnpm
8888

8989
- name: Install dependencies

0 commit comments

Comments
 (0)