Skip to content

Commit

Permalink
feature: update packages and node version (#67)
Browse files Browse the repository at this point in the history
* feature: update packages and node version (minor/patch)

Signed-off-by: Matthieu <matthieu.perrin@montreal.ca>

* feature: update packages and node version (major)

Signed-off-by: Matthieu <matthieu.perrin@montreal.ca>

---------

Signed-off-by: Matthieu <matthieu.perrin@montreal.ca>
  • Loading branch information
mtlmatt authored May 30, 2024
1 parent 4d3b7ff commit d1eefb2
Show file tree
Hide file tree
Showing 18 changed files with 25,404 additions and 13,430 deletions.
2 changes: 1 addition & 1 deletion le-taxi-api-node.js/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.13-slim
FROM node:20.13-slim

RUN echo "America/Montreal" > /etc/timezone
RUN dpkg-reconfigure -f noninteractive tzdata
Expand Down
2 changes: 1 addition & 1 deletion le-taxi-api-node.js/Jenkinsfile-dataDumpAndUi
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ctx = pipeline.createContext([
],
build: [
branchOverrides: [
"feature/TM-1799-integration-transit": "develop",
"feature/TM-1805-bump-versions": "develop",
],
],
packaging: [
Expand Down
2 changes: 1 addition & 1 deletion le-taxi-api-node.js/Jenkinsfile-geoServer
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ctx = pipeline.createContext([
],
build: [
branchOverrides: [
"feature/TM-1799-integration-transit": "develop",
"feature/TM-1805-bump-versions": "develop",
],
],
packaging: [
Expand Down
2 changes: 1 addition & 1 deletion le-taxi-api-node.js/Jenkinsfile-operatorAndMotor
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ctx = pipeline.createContext([
],
build: [
branchOverrides: [
"feature/TM-1799-transit": "develop",
"feature/TM-1805-bump-versions": "develop",
],
],
packaging: [
Expand Down
Loading

0 comments on commit d1eefb2

Please sign in to comment.