Skip to content

Commit 7bb5509

Browse files
committed
Remove matrix strategy from test CI
1 parent c0fb6dc commit 7bb5509

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@ jobs:
44
test:
55
runs-on: ubuntu-latest
66
name: Unit tests (node ${{ matrix.node }})
7-
strategy:
8-
matrix:
9-
node: [ '14', '10' ]
107
steps:
118
- uses: actions/checkout@v2
129
- uses: actions/setup-node@v1
1310
with:
14-
node-version: ${{ matrix.node }}
11+
node-version: '14'
1512
- run: npm install -g jest@^26
1613
- run: npm install
1714
- run: npm run jest

0 commit comments

Comments
 (0)