Skip to content

Commit cd9401a

Browse files
committed
[ci] update node version
1 parent 4cf4df9 commit cd9401a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
submodules: true
2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: 18
22+
node-version: 20
2323
cache: npm
2424

2525
- name: Install typst

.github/workflows/test-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
name: Test deployment
23

34
on:
@@ -21,7 +22,7 @@ jobs:
2122
submodules: true
2223
- uses: actions/setup-node@v4
2324
with:
24-
node-version: 18
25+
node-version: 20
2526
cache: npm
2627

2728
- name: Install typst

0 commit comments

Comments
 (0)