Skip to content

Commit

Permalink
Fix package-size
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Jun 8, 2023
1 parent a104a54 commit 3ed5736
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,11 @@ jobs:
- run: |
npm --version
# corepack enable npm
- run: |
npm install -g $(jq -r '.packageManager' < package.json)
npm --version
working-directory: ./pr
- run: npm ci
working-directory: ./pr
Expand Down

0 comments on commit 3ed5736

Please sign in to comment.