Skip to content

Commit dd78c80

Browse files
committed
Update node
1 parent 0063077 commit dd78c80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- 10
3+
- 16
44
os: linux
55
dist: xenial
66
cache:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"postcss": "^7.0.0"
6363
},
6464
"engines": {
65-
"node": ">=8.0.0"
65+
"node": ">=12.0.0"
6666
},
6767
"jest": {
6868
"testEnvironment": "node"

0 commit comments

Comments
 (0)