diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 93821edc9..85032e9cf 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -115,7 +115,7 @@ jobs: node-version: ${{ matrix.node }} cache: "npm" - name: Update npm - if: ${{ env.NODE_VERSION == 14 }} + if: ${{ matrix.node == 14 }} run: npm i -g npm@7 - name: Install 📦 run: npm ci