Skip to content

Commit d9bad77

Browse files
chore: set package manager in package.json (#3)
1 parent 7642b39 commit d9bad77

File tree

3 files changed

+4409
-3606
lines changed

3 files changed

+4409
-3606
lines changed

.github/workflows/ci.yml

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

2121
- uses: pnpm/action-setup@v4
2222
with:
23-
version: 9
23+
version: 9.11.0
2424

2525
# Cache node_modules
2626
- uses: actions/setup-node@v4

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@
3636
},
3737
"nx": {
3838
"includedScripts": []
39-
}
39+
},
40+
"packageManager": "[email protected]"
4041
}

0 commit comments

Comments
 (0)