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.
2 parents 068d4a5 + 685d377 commit ca3d1e5Copy full SHA for ca3d1e5
.travis.yml
@@ -1,6 +1,6 @@
1
language: node_js
2
node_js:
3
- - "8"
+ - "10"
4
5
sudo: false
6
dist: trusty
package.json
@@ -45,7 +45,7 @@
45
"release-it-lerna-changelog": "^1.0.3"
46
},
47
"engines": {
48
- "node": "8.* || >= 10.*"
+ "node": "10.* || 12.* || >= 14"
49
50
"publishConfig": {
51
"registry": "https://registry.npmjs.org"
0 commit comments