Skip to content

Commit

Permalink
update ci yamls to install yarn 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sotojn committed Jan 8, 2025
1 parent 92f977f commit 2c4838e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install Yarn 4
run: |
corepack enable
corepack prepare yarn@4.5.3 --activate
corepack prepare yarn@4.6.0 --activate
yarn install
- name: Install and build packages
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Install Yarn 4
run: |
corepack enable
corepack prepare yarn@4.5.3 --activate
corepack prepare yarn@4.6.0 --activate
yarn install
- name: Build documentation
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install Yarn 4
run: |
corepack enable
corepack prepare yarn@4.5.3 --activate
corepack prepare yarn@4.6.0 --activate
yarn install
- name: Install and build packages
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Install Yarn 4
run: |
corepack enable
corepack prepare yarn@4.5.3 --activate
corepack prepare yarn@4.6.0 --activate
yarn install
- name: Install and build packages
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install Yarn 4
run: |
corepack enable
corepack prepare yarn@4.5.3 --activate
corepack prepare yarn@4.6.0 --activate
yarn install
- name: Install and build packages
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Install Yarn 4
run: |
corepack enable
corepack prepare yarn@4.5.3 --activate
corepack prepare yarn@4.6.0 --activate
yarn install
- name: Install and build packages
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Install Yarn 4
run: |
corepack enable
corepack prepare yarn@4.5.3 --activate
corepack prepare yarn@4.6.0 --activate
yarn install
# we login to docker to avoid docker pull limit rates
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
- name: Install Yarn 4
run: |
corepack enable
corepack prepare yarn@4.5.3 --activate
corepack prepare yarn@4.6.0 --activate
yarn install
# we login to docker to avoid docker pull limit rates
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
- name: Install Yarn 4
run: |
corepack enable
corepack prepare yarn@4.5.3 --activate
corepack prepare yarn@4.6.0 --activate
yarn install
- name: Install and build packages
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
- name: Install Yarn 4
run: |
corepack enable
corepack prepare yarn@4.5.3 --activate
corepack prepare yarn@4.6.0 --activate
yarn install
# we login to docker to avoid docker pull limit rates
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
- name: Install Yarn 4
run: |
corepack enable
corepack prepare yarn@4.5.3 --activate
corepack prepare yarn@4.6.0 --activate
yarn install
# we login to docker to avoid docker pull limit rates
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
- name: Install Yarn 4
run: |
corepack enable
corepack prepare yarn@4.5.3 --activate
corepack prepare yarn@4.6.0 --activate
yarn install
# we login to docker to avoid docker pull limit rates
Expand Down Expand Up @@ -404,7 +404,7 @@ jobs:
- name: Install Yarn 4
run: |
corepack enable
corepack prepare yarn@4.5.3 --activate
corepack prepare yarn@4.6.0 --activate
yarn install
# we login to docker to avoid docker pull limit rates
Expand Down Expand Up @@ -463,7 +463,7 @@ jobs:
- name: Install Yarn 4
run: |
corepack enable
corepack prepare yarn@4.5.3 --activate
corepack prepare yarn@4.6.0 --activate
yarn install
# we login to docker to avoid docker pull limit rates
Expand Down Expand Up @@ -517,7 +517,7 @@ jobs:
- name: Install Yarn 4
run: |
corepack enable
corepack prepare yarn@4.5.3 --activate
corepack prepare yarn@4.6.0 --activate
yarn install
# we login to docker to avoid docker pull limit rates
Expand Down

0 comments on commit 2c4838e

Please sign in to comment.