diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da1f04c..58802bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x cache: pnpm - name: git config diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fac00d8..c710d4f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x cache: pnpm - name: git config