Skip to content

Commit 194acce

Browse files
authored
Remove the testing matrix (#82)
We're just using 14.x anyway, and it screwed up the Github checks
1 parent 7699d04 commit 194acce

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,13 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515

16-
strategy:
17-
matrix:
18-
node-version: [14.x]
19-
2016
steps:
2117
- uses: actions/checkout@v2
2218

23-
- name: Use Node.js ${{ matrix.node-version }}
19+
- name: Use Node.js
2420
uses: actions/setup-node@v2
2521
with:
26-
node-version: ${{ matrix.node-version }}
22+
node-version: '14.x'
2723

2824
- name: Cache node_modules
2925
id: cache-node-modules

0 commit comments

Comments
 (0)