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