diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index feeb99d49..651e7f36b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,8 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} + - name: Install working npm + run: npm install -g npm@10.8.0 - name: Install run: npm ci - name: Build