update ci yml
This commit is contained in:
parent
a3b1391b86
commit
375d5cdfcc
@ -11,7 +11,7 @@ variables:
|
|||||||
testLTS:
|
testLTS:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- nvm install $LTS
|
- npmci install $LTS
|
||||||
- npm test
|
- npm test
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
@ -19,7 +19,7 @@ testLTS:
|
|||||||
testSTABLE:
|
testSTABLE:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- nvm install $STABLE
|
- npmci install $STABLE
|
||||||
- npm test
|
- npm test
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
Loading…
Reference in New Issue
Block a user