diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13c3032f..850f5056 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,9 @@ jobs: with: node-version: ${{ matrix.node-version }} + - name: Use latest npm + run: npm i -g npm@latest + - name: Install dependencies run: npm install