Skip to content

Commit eb61a7c

Browse files
committed
1.0.10, third time's the charm
1 parent 46970b6 commit eb61a7c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moonlight-mod/create-extension",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"packageManager": "pnpm@10.7.1",
55
"license": "MIT",
66
"repository": {

template/.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- uses: pnpm/action-setup@v4
20+
with:
21+
version: 10
2022
- uses: actions/setup-node@v4
2123
with:
2224
node-version: 22

0 commit comments

Comments
 (0)