diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 333c9f2..f1ad8f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,6 +53,6 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v7 with: - node-version: 20 + node-version: 24 - run: npm ci - run: npx tsc --noEmit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 055e0f8..f615f23 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-node@v7 with: - node-version: 22 + node-version: 24 registry-url: https://registry.npmjs.org - run: npm ci