From 413c271ea1b14c9740c3747de1568c9c30832645 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Tue, 27 May 2025 14:17:59 +0000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31477e8..51195f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,11 +25,6 @@ jobs: - name: Install dependencies run: npm ci - if: matrix.node-version != '6.x' - - - name: Install dependencies for Node 6.x - run: npm install - if: matrix.node-version == '6.x' - name: Build run: npm run build