Skip to content

Commit

Permalink
chore: remove redundant node version CI steps (#2458)
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Sep 19, 2024
2 parents b139e6f + 2475048 commit f61b771
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -138,9 +132,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: yarn

- name: Echo node version
run: node --version

# end macro

- name: Install dependencies
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f61b771

Please sign in to comment.