mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 11:40:41 +00:00
Add testing for Node.js 8-12
This commit is contained in:
parent
8fba786765
commit
b2f89e4594
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "6"
|
- "6"
|
||||||
- "7"
|
- "8"
|
||||||
|
- "10"
|
||||||
|
- "12"
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue