diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 891612c..86af106 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,8 +13,11 @@ jobs: lint: uses: ./.github/workflows/lint.yml + integration: + uses: ./.github/workflows/ci.yml + publish: - needs: [lint] + needs: [lint, integration] runs-on: ubuntu-latest permissions: contents: read diff --git a/package-lock.json b/package-lock.json index e297703..8ef2879 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-next2d-app", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "create-next2d-app", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "bin": { "create-next2d-app": "dist/index.js" @@ -1792,9 +1792,9 @@ } }, "node_modules/globals": { - "version": "17.8.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.8.0.tgz", - "integrity": "sha512-Zz/LMDZScFmkakeL2cTHzf+PbWKdpU3uclqkZT7TjDG58j5WPt0PpA+n9uPI24fZtlw07q0OtEi84K+umsRzqQ==", + "version": "17.9.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.9.0.tgz", + "integrity": "sha512-m/MvAW61QVU5VDNF1Vj8axt016h8w7L5TU1e9zlab7XIttAT2YAlCwl75K1fOqvMM9apmD7lbCIRhpfkhmxhCg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index f5ec9ed..f6f2c04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-next2d-app", - "version": "2.4.0", + "version": "2.4.1", "description": "Create Next2D apps with no build configuration.", "author": "Toshiyuki Ienaga", "license": "MIT",