diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e29cf19..187aca4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: '22' + node-version: '24' registry-url: 'https://registry.npmjs.org' package-manager-cache: false # never use caching in release builds