mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 09:42:22 +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:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: build
|
- stage: build
|
||||||
node_js: "6"
|
node_js: "8"
|
||||||
script: bash ./deploy/deploy.sh
|
script: bash ./deploy/deploy.sh
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue