From b82793d7d1e579dcb61de76ca7570a2d3d8d76b0 Mon Sep 17 00:00:00 2001 From: ienaga Date: Sat, 1 Nov 2025 15:31:50 +0900 Subject: [PATCH] #44 update publish.yml --- .github/workflows/publish.yml | 5 ++--- package.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e7fbe1c..43a23fc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,13 +13,12 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/checkout@v5 + - uses: actions/setup-node@v5 with: node-version: "22.x" registry-url: "https://registry.npmjs.org" - run: npm install -g npm@latest - - run: npm install - run: npm ci - run: npm run release - run: npm publish \ No newline at end of file diff --git a/package.json b/package.json index fa9e901..51a8c53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-next2d-app", - "version": "2.1.11", + "version": "2.1.12", "description": "Create Next2D apps with no build configuration.", "author": "Toshiyuki Ienaga", "license": "MIT",