Skip to content

Commit

Permalink
Add packageManager to package.json (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdegraaf authored Jan 13, 2025
1 parent 6be8c0e commit 52e6349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
with:
version: 9

- name: Set up Node.js version
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,6 @@
"overrides": {
"webpack@>=5.0.0-alpha.0 <5.94.0": ">=5.94.0"
}
}
},
"packageManager": "[email protected]+sha256.c1da43727ccbc1ed42aff4fd6bdb4b1e91e65a818e6efff5b240fbf070ba4eaf"
}

0 comments on commit 52e6349

Please sign in to comment.