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 0a823ab commit e38b339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pkg-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js LTS
uses: actions/setup-node@v4
with:
node-version: --lts
node-version: lts
cache: yarn

- name: Package Size Report
Expand Down
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 e38b339

Please sign in to comment.