upgrade directly to node 14

no one is going to wait days for CICD checks to pass
This commit is contained in:
Dispatch 2021-03-08 13:21:44 -08:00 committed by Sean Yesmunt
parent 909b81c4ba
commit 6b50d4e7b8

View file

@ -20,7 +20,7 @@ jobs:
name: 'build' name: 'build'
strategy: strategy:
matrix: matrix:
node-version: [12.x, 14.x] node-version: [14.x]
os: os:
- ubuntu-latest - ubuntu-latest
- macos-latest - macos-latest