Skip to content

Commit ee6e6a9

Browse files
committed
chore: fix workflow
1 parent 4296941 commit ee6e6a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
fetch-depth: 0
2424
- name: Setup Node.js
2525
uses: actions/setup-node@v5
26+
with:
27+
node-version: 24
2628
- name: Install Dependencies
2729
run: npm install -f
2830
- name: Create Release Pull Request or Publish to npm

0 commit comments

Comments
 (0)