test: remove incompatible node versions

This commit is contained in:
Zack Schuster 2020-07-28 10:36:24 -07:00
parent 0ddffb3e9f
commit 7f9af8865e
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [^6, ^8, ^10, ^12, ^14]
node-version: [^10, ^12, ^14]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
@ -22,7 +22,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: install
run: yarn install --ignore-engines
run: yarn install
- name: test
run: yarn test