Skip to content

Commit 5f3a475

Browse files
committed
ci: run tests on node 20
1 parent 0b690a0 commit 5f3a475

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

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

2424
- name: 📦 Install dependencies
@@ -35,7 +35,7 @@ jobs:
3535
- run: corepack enable
3636
- uses: actions/setup-node@v4
3737
with:
38-
node-version: 18
38+
node-version: 20
3939
cache: pnpm
4040

4141
- name: 📦 Install dependencies

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- run: corepack enable
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 18
14+
node-version: 20
1515
cache: pnpm
1616

1717
- name: 📦 Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set node
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 18
22+
node-version: 20
2323

2424
- run: npx changelogithub
2525
env:

0 commit comments

Comments
 (0)