Skip to content

Commit f9dd74c

Browse files
committed
ci: downgrade node to v12
1 parent aa56bd1 commit f9dd74c

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
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/setup-node@v6
3737
with:
3838
check-latest: true
39-
node-version: 24
39+
node-version: 12
4040
- name: Check Javascript codestyle
4141
run: npm install && npm run format-check
4242
working-directory: client

0 commit comments

Comments
 (0)