Update Node.js Testing Versions (#1085)

Updated our testing matrix based on: https://nodejs.org/en/about/releases/

- Node 11 is no longer supported (not LTS)
- Node 12 added (active LTS)
- Node 13 added ("current" release)
This commit is contained in:
FKSRipple
2019-11-11 13:56:22 -08:00
committed by Elliot Lee
parent dc084b4bd9
commit 56b67d62a3

View File

@@ -2,7 +2,8 @@ language: node_js
node_js:
- 8
- 10
- 11
- 12
- 13
script:
- yarn test
- yarn build