We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df4cb5 commit afbc1a5Copy full SHA for afbc1a5
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: circleci/node:8.6.0-browsers
+ - image: cimg/node:12.18-browsers
6
7
steps:
8
- checkout
.travis.yml
package.json
@@ -30,7 +30,7 @@
30
"url": "https://github.com/gemini-testing/html-reporter/issues"
31
},
32
"engines": {
33
- "node": ">= 8"
+ "node": ">= 12"
34
35
"keywords": [
36
"hermione",
0 commit comments