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