Skip to content

Commit 557283c

Browse files
authored
feat: align to TLS versions (#234)
Related #233
1 parent 79f23cd commit 557283c

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.travis.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
sudo: false
22
language: node_js
33
node_js:
4+
- 17
5+
- 16
6+
- 14
47
- 12
5-
- 10
6-
- 8
7-
- 7
8-
- 6

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"yeoman-test": "^1.9.1"
3232
},
3333
"engines": {
34-
"node": ">=4",
35-
"npm": ">=1.3"
34+
"node": ">=12",
35+
"npm": ">=6"
3636
},
3737
"license": "BSD",
3838
"files": [

0 commit comments

Comments
 (0)