Skip to content

Commit

Permalink
chore: switch to latest Node LTS (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel authored Nov 27, 2018
1 parent d68b833 commit e8142ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10.4.1
FROM node:10.13.0
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
ENV PATH="/usr/src/app/node_modules/.bin:${PATH}"
Expand Down
4 changes: 2 additions & 2 deletions ci/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import groovy.transform.Field
// Global for which node version to use on macos and windows
// When in doubt, should follow https://github.com/ipfs/jenkins-libs/blob/master/vars/javascript.groovy
@Field final String nodeVersion = '10.4.1'
// This should match image version from Dockerfile
@Field final String nodeVersion = '10.13.0'

// Run targets in parallel
timeout(time: 1, unit: 'HOURS') { parallel(
Expand Down

0 comments on commit e8142ed

Please sign in to comment.