Forcing Node.js version to Node.js 10
This commit is contained in:
parent
262569d7d4
commit
7241da54cd
|
@ -1,7 +1,8 @@
|
|||
# Build status located at https://travis-ci.org/citra-emu/citra-web
|
||||
|
||||
language: node_js
|
||||
node_js: node
|
||||
node_js:
|
||||
- "10"
|
||||
cache: yarn
|
||||
|
||||
script:
|
||||
|
|
Reference in New Issue