Skip to content

Commit ca661a4

Browse files
committed
Remove custom yarn installation from CI
1 parent 494bb96 commit ca661a4

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
- uses: actions/setup-node@v1
2222
with:
2323
node-version: 12.x
24-
- name: install yarn
25-
run: npm install -g yarn
2624
- name: install dependencies
2725
run: yarn install
2826
- name: linting
@@ -42,8 +40,6 @@ jobs:
4240
- uses: actions/setup-node@v1
4341
with:
4442
node-version: ${{ matrix.node }}
45-
- name: install yarn
46-
run: npm install --global yarn
4743
- name: install dependencies
4844
run: yarn
4945
- name: test
@@ -58,8 +54,6 @@ jobs:
5854
- uses: actions/setup-node@v1
5955
with:
6056
node-version: '12.x'
61-
- name: install yarn
62-
run: npm install -g yarn
6357
- name: install dependencies
6458
run: yarn install --no-lockfile
6559
- name: test

0 commit comments

Comments
 (0)