diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 282859c..64ce24a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [22.x] + node-version: [24.x] os: [windows-latest, ubuntu-latest] steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index deed47a..12d41c2 100755 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: "22.x" + node-version: "24.x" registry-url: https://npm.pkg.github.com scope: "@Himenon" cache: "pnpm" @@ -33,7 +33,7 @@ jobs: - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: "22.x" + node-version: "24.x" registry-url: https://npm.pkg.github.com scope: "@Himenon" cache: "pnpm" @@ -56,7 +56,7 @@ jobs: - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: "22.x" + node-version: "24.x" registry-url: "https://registry.npmjs.org" cache: "pnpm" - run: pnpm install diff --git a/.github/workflows/versionUp.yml b/.github/workflows/versionUp.yml index 799b662..07556a9 100644 --- a/.github/workflows/versionUp.yml +++ b/.github/workflows/versionUp.yml @@ -10,13 +10,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - with: - ref: main - uses: ./.github/actions/initialize - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: "22.x" + node-version: "24.x" cache: "pnpm" - run: pnpm i --frozen-lockfile - name: Auto version update diff --git a/package.json b/package.json index b278b04..b8880cd 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ }, "packageManager": "pnpm@10.33.2", "engines": { - "node": ">=22.0.0" + "node": ">=24.0.0" }, "publishConfig": { "access": "public"