We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1ae780 + 7bae357 commit d56ae29Copy full SHA for d56ae29
2 files changed
.travis.yml
@@ -1,7 +1,7 @@
1
---
2
language: node_js
3
node_js:
4
- - "8"
+ - '10'
5
6
sudo: false
7
dist: trusty
package.json
@@ -36,7 +36,7 @@
36
"release-it-lerna-changelog": "^1.0.3"
37
},
38
"engines": {
39
- "node": "8.* || 10.* || >= 12.*"
+ "node": "10.* || >= 12.*"
40
41
"publishConfig": {
42
"registry": "https://registry.npmjs.org"
0 commit comments