We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8187316 + d90591e commit 1190751Copy full SHA for 1190751
.travis.yml
@@ -1,7 +1,7 @@
1
dist: bionic
2
language: node_js
3
node_js:
4
- - 12.2.0
+ - 12.14.1
5
6
addons:
7
apt:
Dockerfile
@@ -1,4 +1,4 @@
-FROM node@sha256:2ab3d9a1bac67c9b4202b774664adaa94d2f1e426d8d28e07bf8979df61c8694
+FROM node@sha256:cf63399ae3f4a1424a7776dac98ba088966a727089d7915915ed90db87da141b
WORKDIR /app
package.json
@@ -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"
8
},
9
"private": true,
10
"main": "dist/index.js",
0 commit comments