Skip to content

Commit f245310

Browse files
committed
fix(package): ensure correct pnpm version is specified
* Added "packageManager": "pnpm@10.14.0" to the package.json file. * This change clarifies the package manager version for better compatibility.
1 parent 183b78b commit f245310

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"type": "module",
44
"version": "0.0.0",
55
"private": true,
6+
"packageManager": "pnpm@10.14.0",
67
"description": "GitHub Actions TypeScript Template",
78
"author": "",
89
"license": "MIT",

0 commit comments

Comments
 (0)