From 41744e2e6cdaa44feab5926802384403946c106c Mon Sep 17 00:00:00 2001 From: ienaga Date: Mon, 3 Aug 2026 08:47:53 +0900 Subject: [PATCH] =?UTF-8?q?#76=20workflow=E3=82=92=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 5 ++++- package-lock.json | 10 +++++----- package.json | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) 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",