diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4a3f290..50ffa72 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/setup-node@v4 with: cache: npm - node-version: 22 + node-version: latest - name: Install dependencies run: npm ci - name: Run tests