1 parent a49c641 commit 029d680Copy full SHA for 029d680
1 file changed
.github/workflows/ci.yml
@@ -29,8 +29,7 @@ jobs:
29
- name: Setup Node.js version
30
uses: actions/setup-node@v6
31
with:
32
- node-version: '24.x'
33
- check-latest: true
+ node-version: '22.x'
34
registry-url: 'https://registry.npmjs.org'
35
36
- name: Setup toolchain
@@ -165,7 +164,7 @@ jobs:
165
164
166
- uses: actions/setup-node@v6
167
168
169
170
171
- name: Release to GitHub
0 commit comments