Skip to content

Commit

Permalink
Merge pull request #5 from AdobeDocs/deploy-yarn-bug-fix
Browse files Browse the repository at this point in the history
workaround bug in [email protected]
  • Loading branch information
dmitrymatio authored Nov 28, 2023
2 parents 5db7517 + a4f6814 commit 24ae090
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ jobs:
run: corepack enable

- name: Install Yarn v3
uses: borales/actions-yarn@v3
uses: borales/actions-yarn@v4
with:
cmd: set version stable
cmd: set version 3.2.2

- name: Install Dependencies
uses: borales/actions-yarn@v3
uses: borales/actions-yarn@v4
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
with:
Expand All @@ -110,12 +110,12 @@ jobs:
- name: Clean Cache
if: needs.set-state.outputs.clean_cache == 'true'
uses: borales/actions-yarn@v3
uses: borales/actions-yarn@v4
with:
cmd: clean

- name: Build site
uses: borales/actions-yarn@v3
uses: borales/actions-yarn@v4
with:
cmd: build
env:
Expand Down Expand Up @@ -193,12 +193,12 @@ jobs:
run: corepack enable

- name: Install Yarn v3
uses: borales/actions-yarn@v3
uses: borales/actions-yarn@v4
with:
cmd: set version stable
cmd: set version 3.2.2

- name: Install Dependencies
uses: borales/actions-yarn@v3
uses: borales/actions-yarn@v4
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
with:
Expand All @@ -216,12 +216,12 @@ jobs:
- name: Clean Cache
if: needs.set-state.outputs.clean_cache == 'true'
uses: borales/actions-yarn@v3
uses: borales/actions-yarn@v4
with:
cmd: clean

- name: Build site
uses: borales/actions-yarn@v3
uses: borales/actions-yarn@v4
with:
cmd: build
env:
Expand Down

0 comments on commit 24ae090

Please sign in to comment.