Skip to content

Commit 8ad43f4

Browse files
committed
Only Node 8 and 10 for now
1 parent ee34a15 commit 8ad43f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest, macos-latest, windows-latest]
12-
node-version: [6.x, 8.x, 10.x, 12.x]
12+
node-version: [8.x, 10.x]
1313

1414
runs-on: ${{ matrix.os }}
1515

0 commit comments

Comments
 (0)