From 8e57eec8033c805006e16e33b42658046e1f4ff4 Mon Sep 17 00:00:00 2001 From: Mike Nicholson Date: Mon, 21 Feb 2022 21:48:21 -0500 Subject: [PATCH] Remove older node versions shiping npm without support for "ci" --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1eec9e98..0b5c4ae8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [6.x, 7.x, 8.x, 9.x, 10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x] + node-version: [10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -17,4 +17,4 @@ jobs: - name: Install dependencies run: npm ci - run: npm run build --if-present - - run: npm test \ No newline at end of file + - run: npm test