Skip to content

Commit

Permalink
[core] Update package manager to follow core repo (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Jun 19, 2024
1 parent 690f15d commit 6834815
Show file tree
Hide file tree
Showing 3 changed files with 9,542 additions and 7,680 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,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
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@
"unist-util-visit": "^2.0.3",
"yargs": "^17.7.2"
},
"packageManager": "pnpm@8.15.6",
"packageManager": "pnpm@9.2.0",
"engines": {
"pnpm": "9.2.0"
},
"resolutions": {
"@babel/core": "^7.24.4",
"@babel/code-frame": "^7.24.2",
Expand Down
Loading

0 comments on commit 6834815

Please sign in to comment.