1 parent d6a3a66 commit 19f59e8Copy full SHA for 19f59e8
1 file changed
.github/workflows/release.yml
@@ -20,6 +20,8 @@ jobs:
20
21
- name: Setup Node.js
22
uses: actions/setup-node@v6
23
+ with:
24
+ node-version: 'lts/*'
25
26
- name: Install dependencies
27
run: npm i
0 commit comments