Removing node v14 from CI (temporary).

This commit is contained in:
Richard Moore 2020-07-13 08:42:40 -04:00
parent 57fd6f0604
commit 866ab30400
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 13.x, 14.x]
node-version: [8.x, 10.x, 12.x, 13.x ]
steps:
- name: Use Node.js ${{ matrix.node-version }}