Skip to content

Commit 494bb96

Browse files
author
Robert Jackson
committed
Drop Node 8 support.
1 parent 5ad2aee commit 494bb96

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
strategy:
3636
matrix:
37-
node: ['^8.12.0', '10', '12']
37+
node: ['10', '12', '13']
3838
os: [ubuntu-latest, macOS-latest]
3939

4040
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"walk-sync": "^2.0.2"
6666
},
6767
"engines": {
68-
"node": "8.* || 10.* || >= 12"
68+
"node": "10.* || >= 12"
6969
},
7070
"publishConfig": {
7171
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)