We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc349d commit a9b65ecCopy full SHA for a9b65ec
.github/workflows/release.yml
@@ -27,6 +27,8 @@ jobs:
27
package:
28
- name: ecmacraft
29
path: packages/ecmacraft
30
+ - name: create-ecmacraft
31
+ path: packages/create-ecmacraft
32
- name: '@ecmacraft/types'
33
path: packages/types
34
steps:
package.json
@@ -18,8 +18,8 @@
18
"turbo": "^2.8.9",
19
"typescript": "^5.9.3"
20
},
21
- "packageManager": "pnpm@9.0.0",
+ "packageManager": "pnpm@10.0.0",
22
"engines": {
23
- "node": ">=18"
+ "node": ">=24"
24
}
25
0 commit comments