Skip to content

Commit bf9453a

Browse files
VoloVolo
authored andcommitted
Fix GH templates
Fix yarn version Experiment with CircleCI Experiment with CircleCI Experiment with CircleCI Experiment with CircleCI Remove commented
1 parent fb6db7b commit bf9453a

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

.circleci/config.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,10 @@ jobs:
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

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,3 @@ Why are you making this change?
55
#### How?
66

77
Technical 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)

0 commit comments

Comments
 (0)