Skip to content

Commit 60bf4a2

Browse files
committed
ci: run in node 20
1 parent 908d852 commit 60bf4a2

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
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v3
2020
with:
21-
node-version: "14"
21+
node-version: 20
2222
cache: "pnpm"
2323

2424
- name: Install dependencies
@@ -36,7 +36,7 @@ jobs:
3636

3737
- uses: actions/setup-node@v3
3838
with:
39-
node-version: "14"
39+
node-version: 20
4040
cache: "pnpm"
4141

4242
- name: Install dependencies

0 commit comments

Comments
 (0)