Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit ca87c66

Browse files
committed
Run Jenkins tests under Node v8, v10 & current
1 parent b5c6def commit ca87c66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Jenkinsfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ stage('Build') {
7474

7575
stage('QA') {
7676
parallel([
77-
Node6x : {
78-
// 6.x LTS
79-
setupNodeAndTest('lts/boron')
80-
},
8177
Node8x : {
8278
//8.x LTS
8379
setupNodeAndTest('lts/carbon')
8480
},
81+
Node10x : {
82+
//10.x LTS
83+
setupNodeAndTest('lts/dubnium')
84+
},
8585
Node : {
8686
// Current
8787
setupNodeAndTest('node')

0 commit comments

Comments
 (0)