Skip to content

Commit

Permalink
fix: set yarn version when building app
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouassim committed Oct 18, 2024
1 parent fb61aa3 commit fa8cfaa
Show file tree
Hide file tree
Showing 4 changed files with 928 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: "18"

- name: Install Yarn
run: corepack enable && corepack prepare yarn@stable --activate
run: corepack enable && corepack prepare yarn@4.5.0 --activate

- name: 🔨 Build Project
run: |
Expand Down
925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.5.0.cjs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarnPath: .yarn/releases/yarn-4.5.0.cjs
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"test": "ng test"
},
"private": true,
"packageManager": "[email protected]",
"dependencies": {
"@angular/animations": "^14.1.0",
"@angular/common": "^14.1.0",
Expand Down

0 comments on commit fa8cfaa

Please sign in to comment.