Skip to content

Commit e72f353

Browse files
committed
ci: run tests against node v20
1 parent f04472e commit e72f353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-node@v3
2626
with:
27-
node-version: 18
27+
node-version: 20
2828
cache: "pnpm"
2929

3030
- name: Install dependencies
@@ -50,7 +50,7 @@ jobs:
5050

5151
- uses: actions/setup-node@v3
5252
with:
53-
node-version: 18
53+
node-version: 20
5454
cache: "pnpm"
5555

5656
- name: Install dependencies

0 commit comments

Comments
 (0)