Skip to content

Commit 7a65169

Browse files
committed
chore: Update ci to node 20
1 parent 63bdd2f commit 7a65169

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2525
- run: corepack enable
2626

27-
- name: Set node version to 18
27+
- name: Set node version to 20
2828
uses: actions/[email protected]
2929
with:
30-
node-version: 18
30+
node-version: 20
3131
cache: "pnpm"
3232

3333
- name: Install pnpm
@@ -47,10 +47,10 @@ jobs:
4747
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4848
- run: corepack enable
4949

50-
- name: Set node version to 18
50+
- name: Set node version to 20
5151
uses: actions/[email protected]
5252
with:
53-
node-version: 18
53+
node-version: 20
5454
cache: "pnpm"
5555

5656
- run: pnpm i
@@ -73,10 +73,10 @@ jobs:
7373
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7474
- run: corepack enable
7575

76-
- name: Set node version to 18
76+
- name: Set node version to 20
7777
uses: actions/[email protected]
7878
with:
79-
node-version: 18
79+
node-version: 20
8080
cache: "pnpm"
8181

8282
- run: pnpm i
@@ -95,10 +95,10 @@ jobs:
9595
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9696
- run: corepack enable
9797

98-
- name: Set node version to 18
98+
- name: Set node version to 20
9999
uses: actions/[email protected]
100100
with:
101-
node-version: 18
101+
node-version: 20
102102
cache: "pnpm"
103103

104104
- run: pnpm i

0 commit comments

Comments
 (0)