Skip to content

Commit d754f4f

Browse files
committed
fix CI node install failure.
1 parent 58174e4 commit d754f4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
- uses: actions/setup-node@v4
1010
with:
11-
node-version: 19
11+
node-version: 20
1212

1313
- name: Install server
1414
run: yarn --cwd server install

0 commit comments

Comments
 (0)