Skip to content

Commit

Permalink
BUA: bump node version to 12.14.1
Browse files Browse the repository at this point in the history
Node 12.14.1 patches issues we have experienced with the `async_hooks`
core library which is used by sentry (and logging context in Toolbox).

https://github.com/nodejs/node/releases/tag/v12.14.1
  • Loading branch information
sfount committed Jan 9, 2020
1 parent 8187316 commit d90591e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dist: bionic
language: node_js
node_js:
- 12.2.0
- 12.14.1

addons:
apt:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node@sha256:2ab3d9a1bac67c9b4202b774664adaa94d2f1e426d8d28e07bf8979df61c8694
FROM node@sha256:cf63399ae3f4a1424a7776dac98ba088966a727089d7915915ed90db87da141b

WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.3.0",
"description": "Internal administrative tools service for the GOV.UK Pay products.",
"engines": {
"node": "12.2.0",
"npm": "6.4.1"
"node": "12.14.1",
"npm": "6.13.1"
},
"private": true,
"main": "dist/index.js",
Expand Down

0 comments on commit d90591e

Please sign in to comment.