We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 063b7d7 + b82793d commit 6495517Copy full SHA for 6495517
2 files changed
.github/workflows/publish.yml
@@ -13,13 +13,12 @@ jobs:
13
publish:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v4
17
- - uses: actions/setup-node@v4
+ - uses: actions/checkout@v5
+ - uses: actions/setup-node@v5
18
with:
19
node-version: "22.x"
20
registry-url: "https://registry.npmjs.org"
21
- run: npm install -g npm@latest
22
- - run: npm install
23
- run: npm ci
24
- run: npm run release
25
- run: npm publish
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "create-next2d-app",
3
- "version": "2.1.11",
+ "version": "2.1.12",
4
"description": "Create Next2D apps with no build configuration.",
5
"author": "Toshiyuki Ienaga<ienaga@next2d.app>",
6
"license": "MIT",
0 commit comments