Skip to content

Commit 5c1d31a

Browse files
committed
[tools] Remove matrix
1 parent 530dc25 commit 5c1d31a

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
@@ -11,16 +11,12 @@ jobs:
1111

1212
runs-on: ubuntu-latest
1313

14-
strategy:
15-
matrix:
16-
node-version: [16.x]
17-
1814
steps:
1915
- uses: actions/checkout@v3
20-
- name: Use Node.js ${{ matrix.node-version }}
16+
- name: Use Node.js
2117
uses: actions/setup-node@v3
2218
with:
23-
node-version: ${{ matrix.node-version }}
19+
node-version: '16.x'
2420
cache: 'npm'
2521
- run: npm ci
2622
- name: Lint

0 commit comments

Comments
 (0)