mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
Use node 10
This commit is contained in:
parent
5106b2c935
commit
e011706b91
1 changed files with 4 additions and 4 deletions
|
@ -6,12 +6,12 @@ git:
|
|||
language: node_js
|
||||
|
||||
node_js:
|
||||
- '9'
|
||||
- '10'
|
||||
|
||||
env:
|
||||
- TERM=dumb
|
||||
|
||||
script:
|
||||
- npm install
|
||||
- npm run lint
|
||||
- npm run build
|
||||
- yarn install
|
||||
- yarn run lint
|
||||
- yarn run build
|
||||
|
|
Loading…
Reference in a new issue