mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
Removed node lts from pipeline and added v14 and v16 manually
This commit is contained in:
@@ -4,4 +4,5 @@ node_js:
|
||||
- "8"
|
||||
- "10"
|
||||
- "12"
|
||||
- "lts/*"
|
||||
- "14"
|
||||
- "16"
|
||||
|
||||
@@ -25,7 +25,7 @@ describe('travis.yml', function () {
|
||||
describe('strucure', function () {
|
||||
it('language must be set to node', function () {
|
||||
expect(travisYAML.language).to.be('node_js');
|
||||
expect(travisYAML.node_js).to.eql(['8', '10', '12', 'lts/*']);
|
||||
expect(travisYAML.node_js).to.eql(['8', '10', '12', '14', '16']);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user