Skip to content

Commit

Permalink
update last 3 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ethriel3695 committed May 22, 2024
1 parent b3f74bf commit f9d4af2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/smoke-test-yarn-berry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
node-version: lts/*
- run: rm -rf subdir # remove conflicting subproject
- run: corepack enable
- run: yarn set version berry
- name: install
run: yarn install
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/smoke-test-yarn-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
node-version: lts/*
- run: rm -rf subdir # remove conflicting subproject
- run: corepack enable
- run: yarn set version canary
- name: install
run: yarn install
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/smoke-test-yarn-classic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
node-version: lts/*
- run: rm -rf subdir # remove conflicting subproject
- run: corepack enable
- run: yarn set version 1.x.x
- run: yarn install
- name: run chromatic
Expand Down

0 comments on commit f9d4af2

Please sign in to comment.