Skip to content

Commit 88932f1

Browse files
committed
ci: the alias should be lts/* instead of --lts
1 parent 0a823ab commit 88932f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/pkg-size.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js LTS
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: --lts
20+
node-version: lts/*
2121
cache: yarn
2222

2323
- name: Package Size Report

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js LTS
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: --lts
22+
node-version: lts/*
2323
cache: yarn
2424

2525
- name: Install Dependencies

0 commit comments

Comments
 (0)