Skip to content

Commit

Permalink
change node version for integration tests #4
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeyer42 committed Dec 16, 2020
1 parent 1a52af3 commit 7a2574f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ node('vagrant') {
}

stage('Integration Tests') {
ecoSystem.runYarnIntegrationTests(15, 'node:8.14.0-stretch', [], params.EnableVideoRecording)
ecoSystem.runYarnIntegrationTests(15, 'node:10.19.0-stretch', [], params.EnableVideoRecording)
}

if (isReleaseBranch()) {
Expand Down

0 comments on commit 7a2574f

Please sign in to comment.