Skip to content

Commit b82793d

Browse files
committed
#44 update publish.yml
1 parent eea320e commit b82793d

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ jobs:
1313
publish:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
17-
- uses: actions/setup-node@v4
16+
- uses: actions/checkout@v5
17+
- uses: actions/setup-node@v5
1818
with:
1919
node-version: "22.x"
2020
registry-url: "https://registry.npmjs.org"
2121
- run: npm install -g npm@latest
22-
- run: npm install
2322
- run: npm ci
2423
- run: npm run release
2524
- run: npm publish

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-next2d-app",
3-
"version": "2.1.11",
3+
"version": "2.1.12",
44
"description": "Create Next2D apps with no build configuration.",
55
"author": "Toshiyuki Ienaga<ienaga@next2d.app>",
66
"license": "MIT",

0 commit comments

Comments
 (0)