Skip to content

Commit e531c1b

Browse files
author
Robert Jackson
committed
Drop Node 8 support.
1 parent fdef37b commit e531c1b

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
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
os: [ubuntu-latest, windows-latest]
36-
node-version: [8.x, 10.x, 12.x]
36+
node-version: [10.x, 12.x, 13.x]
3737

3838
steps:
3939
- uses: actions/checkout@v1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"release-it-lerna-changelog": "^1.0.3"
9393
},
9494
"engines": {
95-
"node": "8.* || 10.* || >= 12.*"
95+
"node": "10.* || >= 12.*"
9696
},
9797
"publishConfig": {
9898
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)