Skip to content

Commit

Permalink
Upgrade node to 22.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: freddidierRTE <[email protected]>
  • Loading branch information
renovate[bot] authored and freddidierRTE committed Jan 13, 2025
1 parent 93fd45e commit 0f02094
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions bin/load_environment_light.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2018-2024, RTE (http://www.rte-france.com)
# Copyright (c) 2018-2025, RTE (http://www.rte-france.com)
# See AUTHORS.txt
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
Expand All @@ -13,8 +13,8 @@ source ${BASH_SOURCE%/*}/load_variables.sh

sdk install java 17.0.13-zulu
sdk use java 17.0.13-zulu
nvm install v22.12.0
nvm use v22.12.0
nvm install v22.13.0
nvm use v22.13.0
echo "Install opfab-cli"
(
cd $OF_HOME/cli/src
Expand Down
2 changes: 1 addition & 1 deletion cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.12.0-alpine@sha256:348b3e6ff4eb6b9ac7c9cc5324b90bf8fc2b7b97621ca1e9e985b7c80f7ce6b3
FROM node:22.13.0-alpine@sha256:f2dc6eea95f787e25f173ba9904c9d0647ab2506178c7b5b7c5a3d02bc4af145
RUN apk add --no-cache bash bash-completion
WORKDIR /usr/app
RUN chown node:node /usr/app && mkdir /usr/app/opfab-cli
Expand Down
2 changes: 1 addition & 1 deletion node-services/cards-external-diffusion/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.12.0-alpine@sha256:348b3e6ff4eb6b9ac7c9cc5324b90bf8fc2b7b97621ca1e9e985b7c80f7ce6b3
FROM node:22.13.0-alpine@sha256:f2dc6eea95f787e25f173ba9904c9d0647ab2506178c7b5b7c5a3d02bc4af145
RUN apk add --no-cache tzdata
WORKDIR /usr/app
RUN chown node:node /usr/app \
Expand Down
8 changes: 4 additions & 4 deletions node-services/cards-external-diffusion/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node-services/cards-external-diffusion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/html-to-text": "9.0.4",
"@types/jest": "29.5.14",
"@types/jsdom": "21.1.7",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/nodemailer": "6.4.17",
"@types/sinon": "17.0.3",
"eslint": "9.16.0",
Expand Down
2 changes: 1 addition & 1 deletion node-services/cards-reminder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.12.0-alpine@sha256:348b3e6ff4eb6b9ac7c9cc5324b90bf8fc2b7b97621ca1e9e985b7c80f7ce6b3
FROM node:22.13.0-alpine@sha256:f2dc6eea95f787e25f173ba9904c9d0647ab2506178c7b5b7c5a3d02bc4af145
RUN apk add --no-cache tzdata
WORKDIR /usr/app
RUN chown node:node /usr/app \
Expand Down
8 changes: 4 additions & 4 deletions node-services/cards-reminder/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node-services/cards-reminder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/config": "3.3.5",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/sinon": "17.0.3",
"eslint": "9.16.0",
"eslint-plugin-jest": "28.10.0",
Expand Down
8 changes: 4 additions & 4 deletions node-services/common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node-services/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@types/amqplib": "0.10.6",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/sinon": "17.0.3",
"@types/express": "5.0.0",
"@types/config": "3.3.5",
Expand Down
2 changes: 1 addition & 1 deletion node-services/supervisor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.12.0-alpine@sha256:348b3e6ff4eb6b9ac7c9cc5324b90bf8fc2b7b97621ca1e9e985b7c80f7ce6b3
FROM node:22.13.0-alpine@sha256:f2dc6eea95f787e25f173ba9904c9d0647ab2506178c7b5b7c5a3d02bc4af145
WORKDIR /usr/app
RUN chown node:node /usr/app \
&& mkdir -m777 /var/log/opfab
Expand Down
8 changes: 4 additions & 4 deletions node-services/supervisor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node-services/supervisor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/config": "3.3.5",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/sinon": "17.0.3",
"eslint": "9.16.0",
"eslint-plugin-jest": "28.10.0",
Expand Down

0 comments on commit 0f02094

Please sign in to comment.