Skip to content

Commit 4126cb9

Browse files
Merge pull request #34 from Lemonnnnnnnnnnn/master
feat: adjust ci/cd strategy
2 parents feeb709 + 1a3bc7e commit 4126cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: setup node
4141
uses: actions/setup-node@v4
4242
with:
43-
node-version: lts/*
43+
node-version: 18
4444
cache: 'pnpm' # Set this to npm, yarn or pnpm.
4545

4646
- name: install Rust stable

0 commit comments

Comments
 (0)