mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
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:
@@ -2,7 +2,8 @@ language: node_js
|
||||
node_js:
|
||||
- 8
|
||||
- 10
|
||||
- 11
|
||||
- 12
|
||||
- 13
|
||||
script:
|
||||
- yarn test
|
||||
- yarn build
|
||||
|
||||
Reference in New Issue
Block a user