diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 27e12c7..9fa0250 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,6 +25,9 @@ jobs: with: node-version: ${{ matrix.node }} + - name: Update npm + run: npm install -g npm@latest + - name: Cache uses: actions/cache@v4 with: