Skip to content

Commit

Permalink
fix(plugin): change yarn version in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samcyn committed Apr 1, 2024
1 parent 0172508 commit 9cbbfdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: 20.9.0

- name: Install Yarn
run: npm install -g yarn@3.3.1
run: npm install -g yarn@1.22.21

- name: Install dependencies with Yarn
run: yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: 20.9.0

- name: Install Yarn
run: npm install -g yarn@3.3.1
run: npm install -g yarn@1.22.21

- name: Install dependencies with Yarn
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 9cbbfdf

Please sign in to comment.