diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1ebc83ee2..b82bfcef1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,9 +39,6 @@ jobs: node-version: ${{ matrix.node-version }} cache: yarn - - name: Echo node version - run: node --version - - name: Install dependencies run: yarn install --immutable @@ -89,9 +86,6 @@ jobs: node-version: ${{ matrix.node-version }} cache: yarn - - name: Echo node version - run: node --version - - name: Install dependencies run: yarn install --immutable @@ -138,9 +132,6 @@ jobs: node-version: ${{ matrix.node-version }} cache: yarn - - name: Echo node version - run: node --version - # end macro - name: Install dependencies @@ -178,9 +169,6 @@ jobs: node-version: ${{ matrix.node-version }} cache: yarn - - name: Echo node version - run: node --version - - name: Install dependencies run: yarn install --immutable @@ -217,9 +205,6 @@ jobs: node-version: ${{ matrix.node-version }} cache: yarn - - name: Echo node version - run: node --version - - name: Install dependencies run: yarn install --immutable @@ -256,9 +241,6 @@ jobs: node-version: ${{ matrix.node-version }} cache: yarn - - name: Echo node version - run: node --version - - name: Install dependencies run: yarn install --immutable