We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8292289 commit cf4641eCopy full SHA for cf4641e
.circleci/config.yml
@@ -1,7 +1,7 @@
1
defaults: &defaults
2
working_directory: ~/ReactiveDB
3
docker:
4
- - image: circleci/node:6
+ - image: circleci/node:10
5
6
version: 2
7
jobs:
@@ -10,6 +10,8 @@ jobs:
10
steps:
11
- checkout
12
- run: echo 'export PATH=${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin' >> $BASH_ENV
13
+ - run: curl --compressed -o- -L https://yarnpkg.com/install.sh | bash
14
+ - run: sudo ln -sf ~/.yarn/bin/yarn /usr/local/bin/yarn
15
- restore_cache:
16
key: dependency-cache-{{ checksum "package.json" }}
17
- run:
0 commit comments