Skip to content

Commit

Permalink
Ignore 'set version stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov committed Dec 12, 2023
1 parent 9e3b9fc commit 51a403b
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,17 @@ jobs:
- name: Enable Corepack for Yarn v3
run: corepack enable

- name: Install Yarn
uses: borales/actions-yarn@v4.2.0
env:
YARN_IGNORE_NODE: 1
with:
cmd: set version stable
# - name: Install Yarn
# uses: borales/actions-yarn@v4.2.0
# env:
# YARN_IGNORE_NODE: 1
# with:
# cmd: set version stable

- name: Install Dependencies
uses: borales/actions-yarn@v4.2.0
uses: borales/actions-yarn@v3
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
YARN_IGNORE_NODE: 1
with:
cmd: install

Expand Down

0 comments on commit 51a403b

Please sign in to comment.