diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e76b6ed..76d7ac5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,14 +16,14 @@ jobs: contents: read pull-requests: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install pnpm uses: pnpm/action-setup@v4 with: run_install: false - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version: ${{ env.NODE_VERSION }} cache: pnpm diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index aad544d..0675e34 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,7 +13,7 @@ jobs: name: Check version changes and publish runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 @@ -22,7 +22,7 @@ jobs: with: run_install: false - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version: ${{ env.NODE_VERSION }} cache: pnpm diff --git a/configs/tsconfig/package.json b/configs/tsconfig/package.json index ca5413d..8287506 100644 --- a/configs/tsconfig/package.json +++ b/configs/tsconfig/package.json @@ -17,7 +17,7 @@ }, "packageManager": "pnpm@10.29.3", "engines": { - "node": ">=22.18.0" + "node": ">=24.13.1" }, "files": [ "**tsconfig.json" diff --git a/core/platform/package.json b/core/platform/package.json index bbc739f..5a2179c 100644 --- a/core/platform/package.json +++ b/core/platform/package.json @@ -20,7 +20,7 @@ }, "packageManager": "pnpm@10.29.3", "engines": { - "node": ">=22.18.0" + "node": ">=24.13.1" }, "type": "module", "files": [ diff --git a/core/stdlib/package.json b/core/stdlib/package.json index 506caf7..5bede55 100644 --- a/core/stdlib/package.json +++ b/core/stdlib/package.json @@ -20,7 +20,7 @@ }, "packageManager": "pnpm@10.29.3", "engines": { - "node": ">=22.18.0" + "node": ">=24.13.1" }, "type": "module", "files": [ diff --git a/web/vue/package.json b/web/vue/package.json index 105b244..d4bd51a 100644 --- a/web/vue/package.json +++ b/web/vue/package.json @@ -18,7 +18,7 @@ }, "packageManager": "pnpm@10.29.3", "engines": { - "node": ">=22.18.0" + "node": ">=24.13.1" }, "type": "module", "files": [