Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 4d1b0ec

Browse files
committed
Drop Node 6, test Node 14
1 parent 337126b commit 4d1b0ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest, macos-latest, windows-latest]
12-
node-version: [6.x, 8.x, 10.x, 12.x]
12+
node-version: [8.x, 10.x, 12.x, 14.x]
1313

1414
runs-on: ${{ matrix.os }}
1515

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"url": "git://github.com/TooTallNate/node-pac-resolver.git"
4343
},
4444
"engines": {
45-
"node": ">= 6"
45+
"node": ">= 8"
4646
},
4747
"keywords": [
4848
"pac",

0 commit comments

Comments
 (0)