We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46970b6 commit eb61a7cCopy full SHA for eb61a7c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@moonlight-mod/create-extension",
3
- "version": "1.0.9",
+ "version": "1.0.10",
4
"packageManager": "pnpm@10.7.1",
5
"license": "MIT",
6
"repository": {
template/.github/workflows/deploy.yml
@@ -17,6 +17,8 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
- uses: pnpm/action-setup@v4
20
+ with:
21
+ version: 10
22
- uses: actions/setup-node@v4
23
with:
24
node-version: 22
0 commit comments