diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 2196984..2a53caf 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -48,7 +48,7 @@ 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 diff --git a/.travis.yml b/.travis.yml index 70e8753..892b48f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,9 @@ os: language: node_js node_js: - - '8' - '10' - '12' + - 'node' env: - CXX=g++-4.8 @@ -29,4 +29,4 @@ script: - npm run test:package - npm run test:unit - export DEBUG=testing:* - - npm run test:integration \ No newline at end of file + - npm run test:integration