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 4c40038 commit c2c96b6Copy full SHA for c2c96b6
.travis.yml
@@ -3,7 +3,7 @@ services:
3
- docker
4
sudo: false
5
node_js:
6
- - 'lts/carbon'
+ - 'lts/dubnium'
7
- 'lts/*'
8
script:
9
- yarn install
package.json
@@ -46,7 +46,7 @@
46
"url": "https://github.com/bufferoverflow/verdaccio-gitlab/issues"
47
},
48
"engines": {
49
- "node": ">=8"
+ "node": ">=10"
50
51
"dependencies": {
52
"gitlab": "3.5.1",
0 commit comments