Skip to content

Commit 029d680

Browse files
committed
test
1 parent a49c641 commit 029d680

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929
- name: Setup Node.js version
3030
uses: actions/setup-node@v6
3131
with:
32-
node-version: '24.x'
33-
check-latest: true
32+
node-version: '22.x'
3433
registry-url: 'https://registry.npmjs.org'
3534

3635
- name: Setup toolchain
@@ -165,7 +164,7 @@ jobs:
165164

166165
- uses: actions/setup-node@v6
167166
with:
168-
node-version: '24.x'
167+
node-version: '22.x'
169168
registry-url: 'https://registry.npmjs.org'
170169

171170
- name: Release to GitHub

0 commit comments

Comments
 (0)