diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab937bbd0d..b1aeba47e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '22.11.0' # jod + node-version: '22.12.0' # jod cache: 'yarn' - run: yarn install --immutable - run: yarn run format-check @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '22.11.0' # jod + node-version: '22.12.0' # jod cache: 'yarn' - run: yarn install --immutable - run: yarn run lint-check diff --git a/.nvmrc b/.nvmrc index 7af24b7ddb..1d9b7831ba 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.11.0 +22.12.0 diff --git a/Dockerfile b/Dockerfile index 2904854e36..50a37b8687 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # # BUILD CONTAINER # -FROM node:22.11.0 as base +FROM node:22.12.0 as base ENV NODE_ENV production ENV YARN_CACHE_FOLDER /root/.yarn WORKDIR /app @@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/root/.yarn yarn run build \ # # PRODUCTION CONTAINER # -FROM node:22.11.0-alpine as production +FROM node:22.12.0-alpine as production USER node ARG VERSION diff --git a/README.md b/README.md index f8ea52a077..5c3cf3e591 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ It provides UI-oriented mappings and data structures for easier integration with ## Requirements -- Node.js v22.11.0 'Jod' LTS ([Node.js Release Schedule](https://nodejs.org/en/about/previous-releases)) – https://nodejs.org/en/ +- Node.js v22.12.0 'Jod' LTS ([Node.js Release Schedule](https://nodejs.org/en/about/previous-releases)) – https://nodejs.org/en/ - Docker Compose – https://docs.docker.com/compose/ ## Installation