Skip to content

Commit cf4641e

Browse files
committed
ci: upgrade yarn in ci
1 parent 8292289 commit cf4641e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defaults: &defaults
22
working_directory: ~/ReactiveDB
33
docker:
4-
- image: circleci/node:6
4+
- image: circleci/node:10
55

66
version: 2
77
jobs:
@@ -10,6 +10,8 @@ jobs:
1010
steps:
1111
- checkout
1212
- 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
1315
- restore_cache:
1416
key: dependency-cache-{{ checksum "package.json" }}
1517
- run:

0 commit comments

Comments
 (0)