Skip to content

Commit

Permalink
Merge pull request #807 from alphagov/PP-7602-upgrade_node_to_12.20.1
Browse files Browse the repository at this point in the history
PP-7602 upgrade node to 12.20.1
  • Loading branch information
SandorArpa committed Jan 7, 2021
2 parents a09d96d + 277a72a commit e8be508
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ node_modules
*.log

.idea
!/.nvmrc
.nvmrc
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.18.4
- 12.20.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:12.18.4-alpine3.12@sha256:59fa78a2149e3470ba7346fb17938e2c48e17096006083003ee1673cc172d676
FROM node:12.20.1-alpine3.12@sha256:e63dd88799eeccf4f2869963bf79fb2aa7fa24aacf22ef9d6603c0c3ee7f4a07

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.3.0",
"description": "Internal administrative tools service for the GOV.UK Pay products.",
"engines": {
"node": "^12.18.3"
"node": "^12.20.1"
},
"private": true,
"main": "dist/index.js",
Expand Down

0 comments on commit e8be508

Please sign in to comment.