Skip to content

Commit

Permalink
Merge pull request #53 from resideo/update-node-versions
Browse files Browse the repository at this point in the history
update all node versions in package.json and dockerfile
  • Loading branch information
supitscaro authored May 19, 2022
2 parents 120d949 + 3183347 commit 2f34862
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"minimist": ">=1.2.2"
},
"volta": {
"node": "12.18.4",
"node": "14.19.1",
"yarn": "1.22.17"
}
}
2 changes: 1 addition & 1 deletion publish-previews/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.18.4-alpine
FROM node:14.19.3-alpine

RUN apk add --no-cache git bash git-subtree jq python make g++

Expand Down
2 changes: 1 addition & 1 deletion publish-releases/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.18.4-alpine
FROM node:14.19.3-alpine

RUN apk add --no-cache git bash git-subtree tree jq

Expand Down
2 changes: 1 addition & 1 deletion start-and-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"typescript": "^4.6.3"
},
"volta": {
"node": "12.18.4",
"node": "14.19.1",
"yarn": "1.22.17"
}
}
2 changes: 1 addition & 1 deletion twistlock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"typescript": "^4.6.3"
},
"volta": {
"node": "12.18.4",
"node": "14.19.1",
"yarn": "1.22.11"
}
}

0 comments on commit 2f34862

Please sign in to comment.