We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081e0a0 commit eaacceaCopy full SHA for eaaccea
.travis.yml
@@ -5,12 +5,6 @@ import:
5
- traverson/.travis-ci:authenticated-semantic-release-stage.yml
6
7
node_js:
8
-- '10.6.0'
9
-- '5'
10
-- '6'
11
-- '7'
12
-- '8'
13
-- '9'
14
-
15
-sudo: false
+- '10'
+- '12'
16
package.json
@@ -21,6 +21,9 @@
21
"name": "Adam Szaraniec"
22
}
23
],
24
+ "engines": {
25
+ "node": ">= 10"
26
+ },
27
"license": "MIT",
28
"scripts": {
29
"test": "grunt",
0 commit comments