Skip to content

Commit e805fa1

Browse files
author
Rose Robertson
committed
Update circleci node version
1 parent 58ee2e7 commit e805fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# This is based on your 1.0 configuration file or project settings
2525
- run:
2626
working_directory: ~/Rosey/markdown-draft-js
27-
command: nvm install 4.2.2 && nvm alias default 4.2.2
27+
command: nvm install 10.13.0 && nvm alias default 10.13.0
2828
# The following line was run implicitly in your 1.0 builds based on what CircleCI inferred about the structure of your project. In 2.0 you need to be explicit about which commands should be run. In some cases you can discard inferred commands if they are not relevant to your project.
2929
- run: if [ -z "${NODE_ENV:-}" ]; then export NODE_ENV=test; fi
3030
- run: export PATH="~/Rosey/markdown-draft-js/node_modules/.bin:$PATH"

0 commit comments

Comments
 (0)