Skip to content

Commit c5c791c

Browse files
authored
ci: fix release workflow (#384)
1 parent d6a3a66 commit c5c791c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
- name: Setup Node.js
2222
uses: actions/setup-node@v6
23+
with:
24+
node-version: 'lts/*'
2325

2426
- name: Install dependencies
2527
run: npm i

0 commit comments

Comments
 (0)