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 0063077 commit dd78c80Copy full SHA for dd78c80
.travis.yml
@@ -1,6 +1,6 @@
1
language: node_js
2
node_js:
3
- - 10
+ - 16
4
os: linux
5
dist: xenial
6
cache:
package.json
@@ -62,7 +62,7 @@
62
"postcss": "^7.0.0"
63
},
64
"engines": {
65
- "node": ">=8.0.0"
+ "node": ">=12.0.0"
66
67
"jest": {
68
"testEnvironment": "node"
0 commit comments