diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b7594ea..b089ac5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,6 +19,10 @@ jobs: steps: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 + with: + node-version: 24 + registry-url: "https://registry.npmjs.org" + - run: npm install -g npm@latest - run: npm install - run: npm run lint @@ -30,5 +34,9 @@ jobs: steps: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 + with: + node-version: 24 + registry-url: "https://registry.npmjs.org" + - run: npm install -g npm@latest - run: npm install - run: npm run lint \ No newline at end of file diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e7dbed9..8420741 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,6 +17,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 --access public diff --git a/package.json b/package.json index e0b70cf..960c3df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@next2d/builder", - "version": "0.0.23", + "version": "0.0.24", "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",