diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d1c17cc..2a2489a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node-version: [6.x, 8.x, 10.x, 12.x] + node-version: [8.x, 10.x, 12.x, 14.x] runs-on: ${{ matrix.os }} diff --git a/package.json b/package.json index 450ff50..f257434 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "url": "git://github.com/TooTallNate/node-pac-resolver.git" }, "engines": { - "node": ">= 6" + "node": ">= 8" }, "keywords": [ "pac",