chore: remove deprecated node version

This commit is contained in:
Zack Schuster 2020-06-12 17:20:01 -07:00
parent 6fb381bc5a
commit aa0bddc821
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [^10.18.0, ^12.14.0, ^13.5.0, ^14.0.0]
node-version: [^10.18.0, ^12.14.0, ^14.0.0]
os: [ubuntu-latest, windows-latest, macos-latest]
steps: