diff --git a/.github/workflows/build-check.yml b/.github/workflows/build-check.yml index 7a90d10ba..17ea969a9 100644 --- a/.github/workflows/build-check.yml +++ b/.github/workflows/build-check.yml @@ -15,8 +15,6 @@ jobs: uses: actions/setup-node@v2 with: node-version: ${{ matrix.node }} - - name: Install latest npm - run: npm i npm@7 - name: Installing dependencies run: npm ci - name: Testing