Skip to content

Commit

Permalink
Remove pnpm from github action for yarn berry
Browse files Browse the repository at this point in the history
  • Loading branch information
ethriel3695 committed May 17, 2024
1 parent 4a6ef51 commit 6f75a0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/smoke-test-yarn-berry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: pnpm/action-setup@v4
with:
version: 9
# - uses: pnpm/action-setup@v4
# with:
# version: 9
- run: rm -rf subdir # remove conflicting subproject
- run: yarn set version berry
- name: install
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/smoke-test-yarn-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: pnpm/action-setup@v4
with:
version: 9
# - uses: pnpm/action-setup@v4
# with:
# version: 9
- run: rm -rf subdir # remove conflicting subproject
- run: yarn set version canary
- name: install
Expand Down

0 comments on commit 6f75a0a

Please sign in to comment.