We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3490b10 commit b9c8c24Copy full SHA for b9c8c24
.github/workflows/create-release.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Setup Node.js
37
uses: actions/setup-node@v4
38
with:
39
- node-version: "lts"
+ node-version: "lts/*"
40
registry-url: "https://registry.npmjs.org"
41
- name: Install dependencies
42
run: npm ci
0 commit comments