Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #641 from bbc/upgrade-node
Browse files Browse the repository at this point in the history
Upgrade Node.js to 10.16.0 & npm to 6.9.0
  • Loading branch information
jamesbhobbs authored Jun 17, 2019
2 parents a42d662 + c429801 commit 029f5c6
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=6.4.1
version=6.9.0
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10.15.3
v10.16.0
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 1.1.9 | [PR#641](https://github.com/bbc/psammead/pull/641) Upgrade to Node 10.16.0 |
| 1.1.8 | [PR#631](https://github.com/BBC/psammead/pull/631) Update Storybook version and other dependencies |
| 1.1.7 | [PR#536](https://github.com/BBC/psammead/pull/536) Add viewport addon |
| 1.1.6 | [PR#514](https://github.com/BBC/psammead/pull/514) Upgrade to Node 10 |
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -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 nodeName
Expand Down
41 changes: 30 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead",
"version": "1.1.8",
"version": "1.1.9",
"description": "Core Components Library Developed & Maintained By The Articles and Reach & Languages Team",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 029f5c6

Please sign in to comment.