You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .circleci/config.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ jobs:
24
24
# This is based on your 1.0 configuration file or project settings
25
25
- run:
26
26
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
28
28
# 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.
29
29
- run: if [ -z "${NODE_ENV:-}" ]; then export NODE_ENV=test; fi
0 commit comments