File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed
Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 66
77 working_directory : ~/intercom-node
88
9- environment :
10- - YARN_VERSION : 1.22.10
11-
129 steps :
1310 - checkout
1411 - run : export PATH="${PATH}:/home/circleci/.yarn/bin"
15- - run :
16- name : Install Yarn
17- command : |
18- if [[ ! -e ~/.yarn/bin/yarn || $(yarn --version) != "${YARN_VERSION}" ]]; then
19- echo "Download and install Yarn."
20- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version $YARN_VERSION
21- else
22- echo "The correct version of Yarn is already installed."
23- fi
12+ - run : npm install --prefix=$HOME/.local --global corepack
2413 - run : yarn
2514 - run : yarn test
2615
Original file line number Diff line number Diff line change @@ -5,7 +5,3 @@ Why are you making this change?
55#### How?
66
77Technical details on your change
8-
9- #### QA
10-
11- Latest QA could be found on [ branch ` qa/should-never-be-merged-to-master ` ] ( https://github.com/intercom/intercom-node-v2/pull/10 )
You can’t perform that action at this time.
0 commit comments