Skip to content

Commit 665c58f

Browse files
authored
ci: run tests on node 18 (#494)
1 parent 4855657 commit 665c58f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

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

2323
- name: 📦 Install dependencies
@@ -37,7 +37,7 @@ jobs:
3737
- run: corepack enable
3838
- uses: actions/setup-node@v4
3939
with:
40-
node-version: 16
40+
node-version: 18
4141
cache: 'pnpm'
4242

4343
- name: 📦 Install dependencies

0 commit comments

Comments
 (0)