From dc052f9245598f9c6fb3d367dc464751a651aec6 Mon Sep 17 00:00:00 2001 From: Philipp Cuntz Date: Thu, 23 Apr 2020 08:53:52 +0200 Subject: [PATCH] removed tests for node_js 8 --- .github/workflows/test-and-release.yml | 6 +----- .travis.yml | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 7b6188a..9c3c93b 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -48,12 +48,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [8.x, 10.x, 12.x] + node-version: [10.x, 12.x] os: [ubuntu-latest, windows-latest, macos-latest] - exclude: - # Don't test Node.js 8 on Windows. npm is weird here - - os: windows-latest - node-version: 8.x steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.travis.yml b/.travis.yml index daba0c3..ade8550 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ os: - windows language: node_js node_js: - - '8' - '10' - '12' env: