Pin node.js to version 11.
This commit is contained in:
parent
b290c3e8aa
commit
7ba99885f8
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "node"
|
- "11"
|
||||||
cache: yarn
|
cache: yarn
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
@ -27,4 +27,4 @@ deploy:
|
||||||
branch: master
|
branch: master
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
- mods@citra-emu.org
|
- citra@citra-emu.org
|
||||||
|
|
Reference in New Issue