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 7072f7b commit f157d41Copy full SHA for f157d41
.travis.yml
@@ -3,7 +3,7 @@ cache:
3
directories:
4
- ~/.npm
5
node_js:
6
- - "10"
+ - "12"
7
notifications:
8
email: false
9
stages:
@@ -22,8 +22,8 @@ jobs:
22
script: commitlint-travis
23
- stage: test
24
25
26
- "10"
- - "8"
27
script: npm t
28
- stage: deploy
29
script: npx semantic-release
package.json
@@ -9,7 +9,7 @@
"test": "echo 'no test'"
10
},
11
"engines": {
12
- "node": ">=8.3"
+ "node": ">=10"
13
14
"repository": {
15
"type": "git",
0 commit comments