mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
fix: build with node 8
This commit is contained in:
parent
da14e33ff7
commit
2254a3ee11
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ script: bash ./deploy/test.sh
|
|||
jobs:
|
||||
include:
|
||||
- stage: build
|
||||
node_js: "6"
|
||||
node_js: "8"
|
||||
script: bash ./deploy/deploy.sh
|
||||
env:
|
||||
global:
|
||||
|
|
|
|||
Loading…
Reference in a new issue