Skip to content

Commit

Permalink
Remove manual Yarn versions in workflows
Browse files Browse the repository at this point in the history
Add back Yarn version requirement to download instead of use nonexistent cached version
  • Loading branch information
quantum9Innovation committed Apr 16, 2023
1 parent 1c73a4e commit 1e93424
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/api-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
node-version: 19
- name: Install dependencies
run: |
yarn set version berry
yarn cache clean
export YARN_ENABLE_IMMUTABLE_INSTALLS=false
yarn install
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/api-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- name: Install dependencies
run: |
cd ./api
yarn set version berry
yarn cache clean
export YARN_ENABLE_IMMUTABLE_INSTALLS=false
yarn install
Expand Down
3 changes: 2 additions & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@
"@typescript-eslint/no-non-null-assertion": 0,
"@typescript-eslint/no-dynamic-delete": 0
}
}
},
"packageManager": "yarn@3.5.0"
}

0 comments on commit 1e93424

Please sign in to comment.