Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
Fix CI - use newer versions of node (#3422)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajafff authored Oct 31, 2017
1 parent 7199227 commit 356ea78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ general:
dependencies:
pre:
- node ./scripts/assertMinCircleNodes.js $CIRCLE_NODE_TOTAL
- case $CIRCLE_NODE_INDEX in 0) nvm use 4.1.2 ;; 1) nvm use 5.7 ;; [2-3]) nvm use 6.1 ;; esac
- case $CIRCLE_NODE_INDEX in 0) nvm install 4.8.5; NODE_VERSION=4.8.5 ;; 1) NODE_VERSION=5 ;; 2) NODE_VERSION=6 ;; 3) NODE_VERSION=8 ;; esac; nvm use $NODE_VERSION && nvm alias default $NODE_VERSION
override:
- yarn
test:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=4.1.2"
"node": ">=4.8.0"
}
}

0 comments on commit 356ea78

Please sign in to comment.