Skip to content

Commit 7026e69

Browse files
committed
set pnpm version in package.json to make github CI work
1 parent a9edf91 commit 7026e69

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,10 @@
1616
"astro-expressive-code": "0.41.3",
1717
"boxicons": "^2.1.4",
1818
"tailwindcss": "4.1.12"
19-
}
20-
}
19+
},
20+
"engines": {
21+
"node": ">=22",
22+
"pnpm": ">=10"
23+
},
24+
"packageManager": "^[email protected]"
25+
}

0 commit comments

Comments
 (0)