Skip to content

Commit afbc1a5

Browse files
committed
chore: drop nodejs <= 12 support
BREAKING CHANGE: drop nodejs <= 12.x support
1 parent 0df4cb5 commit afbc1a5

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/node:8.6.0-browsers
5+
- image: cimg/node:12.18-browsers
66

77
steps:
88
- checkout

.travis.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"url": "https://github.com/gemini-testing/html-reporter/issues"
3131
},
3232
"engines": {
33-
"node": ">= 8"
33+
"node": ">= 12"
3434
},
3535
"keywords": [
3636
"hermione",

0 commit comments

Comments
 (0)