⬆️(dependencies) upgrade node to 22
node 18 reached end-of-life and is now unsupported. we jump straight to 22 as recommended here https://nodejs.org/en/blog/announcements/node-18-eol-support
This commit is contained in:
committed by
Marie
parent
4262f469d6
commit
302671bc69
2
.github/workflows/crowdin_download.yml
vendored
2
.github/workflows/crowdin_download.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
install-dependencies:
|
install-dependencies:
|
||||||
uses: ./.github/workflows/dependencies.yml
|
uses: ./.github/workflows/dependencies.yml
|
||||||
with:
|
with:
|
||||||
node_version: '18.x'
|
node_version: '22.x'
|
||||||
with-front-dependencies-installation: true
|
with-front-dependencies-installation: true
|
||||||
|
|
||||||
synchronize-with-crowdin:
|
synchronize-with-crowdin:
|
||||||
|
|||||||
2
.github/workflows/crowdin_upload.yml
vendored
2
.github/workflows/crowdin_upload.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
install-dependencies:
|
install-dependencies:
|
||||||
uses: ./.github/workflows/dependencies.yml
|
uses: ./.github/workflows/dependencies.yml
|
||||||
with:
|
with:
|
||||||
node_version: '18.x'
|
node_version: '22.x'
|
||||||
with-front-dependencies-installation: true
|
with-front-dependencies-installation: true
|
||||||
with-build_mails: true
|
with-build_mails: true
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/dependencies.yml
vendored
2
.github/workflows/dependencies.yml
vendored
@@ -5,7 +5,7 @@ on:
|
|||||||
inputs:
|
inputs:
|
||||||
node_version:
|
node_version:
|
||||||
required: false
|
required: false
|
||||||
default: '18.x'
|
default: '22.x'
|
||||||
type: string
|
type: string
|
||||||
with-front-dependencies-installation:
|
with-front-dependencies-installation:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|||||||
2
.github/workflows/people.yml
vendored
2
.github/workflows/people.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
dependencies:
|
dependencies:
|
||||||
uses: ./.github/workflows/dependencies.yml
|
uses: ./.github/workflows/dependencies.yml
|
||||||
with:
|
with:
|
||||||
node_version: '18.x'
|
node_version: '22.x'
|
||||||
with-front-dependencies-installation: true
|
with-front-dependencies-installation: true
|
||||||
with-build_mails: true
|
with-build_mails: true
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ RUN mkdir /install && \
|
|||||||
|
|
||||||
|
|
||||||
# ---- mails ----
|
# ---- mails ----
|
||||||
FROM node:20 AS mail-builder
|
FROM node:22 AS mail-builder
|
||||||
|
|
||||||
COPY ./src/mail /mail/app
|
COPY ./src/mail /mail/app
|
||||||
|
|
||||||
|
|||||||
@@ -199,7 +199,7 @@ services:
|
|||||||
working_dir: /app
|
working_dir: /app
|
||||||
|
|
||||||
node:
|
node:
|
||||||
image: node:18
|
image: node:22
|
||||||
user: "${DOCKER_USER:-1000}"
|
user: "${DOCKER_USER:-1000}"
|
||||||
environment:
|
environment:
|
||||||
HOME: /tmp
|
HOME: /tmp
|
||||||
|
|||||||
Reference in New Issue
Block a user