From 247504888ac9cc3151765f36c7e95ec3d33658f6 Mon Sep 17 00:00:00 2001 From: LeoTM <1881059+leotm@users.noreply.github.com> Date: Tue, 17 Sep 2024 13:03:49 +0100 Subject: [PATCH] chore: remove redundant node version CI steps --- .github/workflows/ci.yml | 18 ------------------ 1 file changed, 18 deletions(-) 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