Skip to content

Commit 4b49550

Browse files
committed
use pinned yarn version in CI
1 parent 06aa2b5 commit 4b49550

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
cache: yarn
1919
node-version: ${{ matrix.node-version }}
2020
registry-url: https://registry.npmjs.org
21-
- name: Upgrade Yarn
22-
run: yarn set version stable
2321
- name: Install packages
2422
run: yarn install --immutable
2523
- name: Test

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
with:
1818
cache: yarn
1919
node-version: ${{ env.NODE_VERSION }}
20-
- name: Upgrade Yarn
21-
run: yarn set version stable
2220
- name: Install packages
2321
run: yarn install --immutable
2422
- name: Publish to NPM

0 commit comments

Comments
 (0)