diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0594d9..43c3106 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,10 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' + - name: Upgrade npm + run: npm install -g npm@latest + if: matrix.node-version == '18.x' + - name: Install dependencies run: npm ci