Skip to content

Commit dc84ddd

Browse files
simply ci
1 parent 7b121d0 commit dc84ddd

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.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:
1111
runs-on: ubuntu-latest
1212

13-
strategy:
14-
matrix:
15-
node-version: [18.x, 20.x]
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
2218
uses: actions/setup-node@v4
2319
with:
24-
node-version: ${{ matrix.node-version }}
20+
node-version: '20.x'
2521
cache: 'npm'
2622

2723
- name: Install dependencies

0 commit comments

Comments
 (0)