Skip to content

Commit c2c96b6

Browse files
chore: require node 10
1 parent 4c40038 commit c2c96b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
- docker
44
sudo: false
55
node_js:
6-
- 'lts/carbon'
6+
- 'lts/dubnium'
77
- 'lts/*'
88
script:
99
- yarn install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"url": "https://github.com/bufferoverflow/verdaccio-gitlab/issues"
4747
},
4848
"engines": {
49-
"node": ">=8"
49+
"node": ">=10"
5050
},
5151
"dependencies": {
5252
"gitlab": "3.5.1",

0 commit comments

Comments
 (0)