Skip to content

Commit

Permalink
ci(create-release): fix format of Node version specification
Browse files Browse the repository at this point in the history
Working around this issue:
actions/setup-node#996
  • Loading branch information
yomatters committed Sep 18, 2024
1 parent 3490b10 commit b9c8c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "lts"
node-version: "lts/*"
registry-url: "https://registry.npmjs.org"
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit b9c8c24

Please sign in to comment.