diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9fd2021..5eaa926 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,6 +18,7 @@ jobs: with: node-version: 24 registry-url: "https://registry.npmjs.org" + - run: npm install -g npm@latest - run: npm install - run: npm run release - run: npm publish \ No newline at end of file diff --git a/package.json b/package.json index e33cccb..35a2b6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-next2d-app", - "version": "2.1.13", + "version": "2.1.14", "description": "Create Next2D apps with no build configuration.", "author": "Toshiyuki Ienaga", "license": "MIT",