diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6adfd11..aa3689f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -245,7 +245,7 @@ jobs: - name: Cache Dependencies uses: coursier/cache-action@v8 - name: Setup NodeJs - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24.12.0 registry-url: https://registry.npmjs.org