Skip to content

Commit b9c8c24

Browse files
committedSep 18, 2024
ci(create-release): fix format of Node version specification
Working around this issue: actions/setup-node#996
1 parent 3490b10 commit b9c8c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/create-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Node.js
3737
uses: actions/setup-node@v4
3838
with:
39-
node-version: "lts"
39+
node-version: "lts/*"
4040
registry-url: "https://registry.npmjs.org"
4141
- name: Install dependencies
4242
run: npm ci

0 commit comments

Comments
 (0)
Failed to load comments.