Skip to content

Commit 2b56d7a

Browse files
committed
ci: run tests on node 18
1 parent a16c245 commit 2b56d7a

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
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: actions/setup-node@v3
2525
with:
26-
node-version: "14"
26+
node-version: 18
2727
cache: "pnpm"
2828

2929
- name: Install dependencies
@@ -49,7 +49,7 @@ jobs:
4949

5050
- uses: actions/setup-node@v3
5151
with:
52-
node-version: "14"
52+
node-version: 18
5353
cache: "pnpm"
5454

5555
- name: Install dependencies

0 commit comments

Comments
 (0)