mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-08 13:27:25 +00:00
Forcing Node.js version to Node.js 10
This commit is contained in:
parent
0a25f4c519
commit
ff1c63b88f
|
@ -1,7 +1,8 @@
|
||||||
# Build status located at https://travis-ci.org/yuzu-emu/
|
# Build status located at https://travis-ci.org/yuzu-emu/
|
||||||
|
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js: node
|
node_js:
|
||||||
|
- "10"
|
||||||
cache: yarn
|
cache: yarn
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in a new issue