Skip to content

Commit

Permalink
set yarn version instead of installing
Browse files Browse the repository at this point in the history
  • Loading branch information
garytyler committed Dec 29, 2024
1 parent 31c3ac3 commit c15338f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/oxygen-deployment-950295.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
with:
node-version: lts/*
check-latest: true
- name: Install Yarn 4.5.3
run: npm install -g yarn@4.5.3
- name: Set yarn version to 4.5.3
run: yarn set version 4.5.3
- name: Verify Yarn version
run: yarn --version
- name: Get yarn cache directory
Expand Down

0 comments on commit c15338f

Please sign in to comment.