fix: test node 14

This commit is contained in:
Hugo Dias 2021-02-23 17:16:01 +00:00
parent a9b99e4e26
commit 34bb8d4ef7
No known key found for this signature in database
GPG Key ID: 9F61AFCAB8C717A0

View File

@ -40,7 +40,7 @@ jobs:
needs: check
strategy:
matrix:
node: [12, 14]
node: [14]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
runs-on: ${{ matrix.os }}
steps: