Skip to content

Commit

Permalink
[code-infra] Propagate pnpm engine in package.json (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Jun 20, 2024
1 parent e15b24f commit 0f14c19
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ commands:
steps:
- run:
name: Install pnpm package manager
command: |
corepack enable
corepack prepare pnpm@latest-8 --activate
command: corepack enable
- run:
name: Prepare playwright hash
command: pnpm list --json --filter playwright > /tmp/playwright_info.json
Expand Down

0 comments on commit 0f14c19

Please sign in to comment.