Skip to content

Commit

Permalink
fix(ci): switch Jenkins to Node v10.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Aug 6, 2018
1 parent 98f4225 commit 6967ef7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import groovy.transform.Field
// Global for which node version to use on macos and windows
@Field final String nodeVersion = '9.2.0'
// When in doubt, should follow https://github.com/ipfs/jenkins-libs/blob/master/vars/javascript.groovy
@Field final String nodeVersion = '10.4.1'

// Run targets in parallel
parallel(
Expand Down

0 comments on commit 6967ef7

Please sign in to comment.