Skip to content

Commit

Permalink
Upgrading node to version 10.16.0 and npm to 6.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DemonusPC committed Jun 17, 2019
1 parent 70fb09f commit 0e43d8e
Show file tree
Hide file tree
Showing 4 changed files with 645 additions and 966 deletions.
2 changes: 1 addition & 1 deletion .npmrc
@@ -1 +1 @@
version=6.4.1
version=6.9.0
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
v10.15.3
v10.16.0
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -1,7 +1,7 @@
#!/usr/bin/env groovy

def dockerRegistry = "329802642264.dkr.ecr.eu-west-1.amazonaws.com"
def nodeImageVersion = "0.0.2"
def nodeImageVersion = "10.16.0"
def nodeImage = "${dockerRegistry}/bbc-news/node-10-lts:${nodeImageVersion}"

def stageName = ""
Expand Down

0 comments on commit 0e43d8e

Please sign in to comment.