diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a20aa4a..8f9bece 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: persist-credentials: false - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: - node-version: 20 + node-version: 24 cache: npm - run: node --version - run: npm ci