Skip to content

Commit f734385

Browse files
fix: build issue
1 parent 590e63b commit f734385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-node@v4
1111
with:
12-
node-version: "21.0.0"
12+
node-version: "20.0.0"
1313
cache: "yarn"
1414

1515
- name: Install dependencies

0 commit comments

Comments
 (0)