Skip to content

Commit 20ec90d

Browse files
CopilotBoshen
andcommitted
Remove strategy matrix and use Node.js LTS
Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
1 parent 1196cba commit 20ec90d

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,14 @@ jobs:
1010
test-lint-build:
1111
runs-on: ubuntu-latest
1212

13-
strategy:
14-
matrix:
15-
node-version: [20, 22]
16-
1713
steps:
1814
- name: Checkout code
1915
uses: actions/checkout@v4
2016

21-
- name: Setup Node.js ${{ matrix.node-version }}
17+
- name: Setup Node.js LTS
2218
uses: actions/setup-node@v4
2319
with:
24-
node-version: ${{ matrix.node-version }}
20+
node-version: 'lts/*'
2521

2622
- name: Setup pnpm
2723
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)