Skip to content

Commit cb2fe3e

Browse files
committed
Update package.json to specify pnpm version and adjust deployment workflow to reference package.json location
1 parent 79d45d2 commit cb2fe3e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- uses: pnpm/action-setup@v4
4545
with:
46-
version: 10
46+
package_json_file: majestic-site/package.json
4747

4848
- uses: actions/setup-node@v4
4949
with:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "majestic-site",
33
"version": "1.0.0",
4+
"packageManager": "pnpm@10.30.3",
45
"description": "Static documentation site for Majestic — architecture, contracts, invariants",
56
"type": "module",
67
"scripts": {

0 commit comments

Comments
 (0)