Skip to content

Commit 7ea1007

Browse files
authored
Run codecombat on node 6 (#124)
This might fix the syntax error problems showing up now, and at least will get closer to the upstream build config.
1 parent fc2f507 commit 7ea1007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/codecombat/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default {
1616
rm -rf public
1717
rm -rf ./node_modules
1818
source ~/.nvm/nvm.sh
19-
nvm install 5.10.1
19+
nvm install 6.12.2
2020
# Some dependency issues make the install fail the first time, so just try again.
2121
time npm install || npm install
2222
# node-sass doesn't get set up correctly for some reason, so set it up again.

0 commit comments

Comments
 (0)