Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit ec009ca

Browse files
committed
ci: run tests with node 18
1 parent ebae808 commit ec009ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- run: corepack enable
1818
- uses: actions/setup-node@v3
1919
with:
20-
node-version: 16
20+
node-version: 18
2121
cache: "yarn"
2222

2323
- name: Install dependencies
@@ -43,7 +43,7 @@ jobs:
4343
- run: corepack enable
4444
- uses: actions/setup-node@v3
4545
with:
46-
node-version: 16
46+
node-version: 18
4747
cache: "yarn"
4848

4949
- name: Install dependencies
@@ -70,7 +70,7 @@ jobs:
7070
- run: corepack enable
7171
- uses: actions/setup-node@v3
7272
with:
73-
node-version: 16
73+
node-version: 18
7474
cache: "yarn"
7575

7676
- name: Install dependencies

0 commit comments

Comments
 (0)