From 0b6be81594d3548d6a14d770e011750af4d6b2e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 18:43:33 +0100 Subject: [PATCH] build(deps): bump node from 20.10.0-alpine to 20.11.0-alpine (#1029) * build(deps): bump node from 20.10.0-alpine to 20.11.0-alpine Bumps node from 20.10.0-alpine to 20.11.0-alpine. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update GitHub action * PR comments --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: fmrsabino <3332770+fmrsabino@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- .nvmrc | 2 +- Dockerfile | 4 ++-- README.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efedcbd8b7..d353ca6fcb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20.10.x' + node-version: '20.11.x' cache: 'yarn' - run: yarn install --immutable - run: yarn run format-check @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20.10.x' + node-version: '20.11.x' cache: 'yarn' - run: yarn install --immutable - run: yarn run lint-check @@ -69,7 +69,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20.10.x' + node-version: '20.11.x' cache: 'yarn' - run: yarn install --immutable - run: yarn run build diff --git a/.nvmrc b/.nvmrc index 790e1105f2..7ea6a59d34 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v20.10.0 +v20.11.0 diff --git a/Dockerfile b/Dockerfile index 58f791f18c..b292f24627 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # # BUILD CONTAINER # -FROM node:20.10.0 as base +FROM node:20.11.0 as base ENV NODE_ENV production WORKDIR /app COPY --chown=node:node .yarn/releases ./.yarn/releases @@ -15,7 +15,7 @@ RUN yarn run build # # PRODUCTION CONTAINER # -FROM node:20.10.0-alpine as production +FROM node:20.11.0-alpine as production USER node ARG VERSION diff --git a/README.md b/README.md index c853da3119..ab16b0efaf 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 20.10.0 – https://nodejs.org/en/ +- Node 20.11.0 – https://nodejs.org/en/ - Docker Compose – https://docs.docker.com/compose/ ## Installation