Skip to content

Commit

Permalink
Merge pull request #38 from garytyler/set-yarn-version
Browse files Browse the repository at this point in the history
Set yarn version in deploy action instead of installing
  • Loading branch information
creatorlars authored Dec 29, 2024
2 parents add25fa + c15338f commit e69b75a
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 e69b75a

Please sign in to comment.