Skip to content

Commit

Permalink
[code-infra] Run corepack enable on all CI jobs (#13205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed May 22, 2024
1 parent 0a81579 commit 4a77854
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ commands:
name: Restore playwright cache
keys:
- v6-playwright-{{ arch }}-{{ checksum "/tmp/playwright_info.json" }}
- when:
condition:
not: << parameters.browsers >>
steps:
# See https://stackoverflow.com/a/73411601
- run: corepack enable --install-directory ~/bin

- run:
name: View install environment
command: |
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@
"@types/node": "^18.19.33"
},
"packageManager": "pnpm@8.15.8",
"engines": {
"pnpm": "8.15.8"
},
"pnpm": {
"patchedDependencies": {
"karma-mocha@2.0.1": "patches/karma-mocha@2.0.1.patch",
Expand Down

0 comments on commit 4a77854

Please sign in to comment.