remove extra nodejs versions from pipeline

This commit is contained in:
alexweininger 2021-04-30 02:50:11 -07:00
parent 97ac139ca8
commit 234411cfcf

View file

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [12.x, 14.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: