diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8528354..795b8e3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,9 +11,6 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 - with: - node-version: "18.x" - registry-url: "https://registry.npmjs.org" - run: npm install - run: npm run publish - run: npm publish --access public diff --git a/package.json b/package.json index 70773c7..4ef23f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@next2d/builder", - "version": "0.0.3", + "version": "0.0.4", "description": "Multi-platform builder for Next2d Framework, supporting export to various platforms such as macOS, Windows, iOS, Android and Web(HTML)", "author": "Toshiyuki Ienaga ", "license": "MIT", @@ -36,7 +36,7 @@ "dependencies": { "@capacitor/cli": "^5.5.1", "@types/node": "^20.9.0", - "electron": "^27.0.3", + "electron": "^27.0.4", "electron-builder": "^24.6.4", "picocolors": "^1.0.0", "vite": "^4.5.0"