Skip to content

Commit

Permalink
ci: the alias should be lts/* instead of --lts
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Dec 1, 2023
1 parent e32f328 commit 362bb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node.js LTS
uses: actions/setup-node@v4
with:
node-version: --lts
node-version: lts/*
cache: yarn

- name: Install Dependencies
Expand Down

0 comments on commit 362bb33

Please sign in to comment.