Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .changeset/perfect-trees-rescue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'rocketchat-services': patch
'@rocket.chat/omnichannel-transcript': patch
'@rocket.chat/authorization-service': patch
'@rocket.chat/stream-hub-service': patch
'@rocket.chat/presence-service': patch
'@rocket.chat/account-service': patch
'@rocket.chat/ddp-streamer': patch
'@rocket.chat/queue-worker': patch
'@rocket.chat/meteor': patch
---

Bump Node version to 20.21.1
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
Comment thread
jonasflorencio marked this conversation as resolved.
Outdated
2 changes: 1 addition & 1 deletion .github/workflows/ci-deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup NodeJS
uses: ./.github/actions/setup-node
with:
node-version: 22.16.0
node-version: 22.21.1
deno-version: 1.43.5
cache-modules: true
install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup NodeJS
uses: ./.github/actions/setup-node
with:
node-version: 22.16.0
node-version: 22.21.1
deno-version: 1.43.5
cache-modules: true
install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-update-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup NodeJS
uses: ./.github/actions/setup-node
with:
node-version: 22.16.0
node-version: 22.21.1
deno-version: 1.43.5
cache-modules: true
install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup NodeJS
uses: ./.github/actions/setup-node
with:
node-version: 22.16.0
node-version: 22.21.1
deno-version: 1.43.5
cache-modules: true
install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup NodeJS
uses: ./.github/actions/setup-node
with:
node-version: 22.16.0
node-version: 22.21.1
deno-version: 1.43.5
cache-modules: true
install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-version-durability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v6.0.0
with:
node-version: 22.16.0
node-version: 22.21.1

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/.docker-mongo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.14.0-bullseye-slim
FROM node:22.21.1-bullseye-slim

LABEL maintainer="buildmaster@rocket.chat"

Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/.docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.16.0-alpine3.20
FROM node:22.21.1-alpine3.20

LABEL maintainer="buildmaster@rocket.chat"

Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/.docker/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG DENO_VERSION="1.37.1"

FROM denoland/deno:bin-${DENO_VERSION} as deno

FROM node:22.14.0-bullseye-slim
FROM node:22.21.1-bullseye-slim

LABEL maintainer="buildmaster@rocket.chat"

Expand Down
4 changes: 2 additions & 2 deletions ee/apps/account-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.16.0-alpine3.21 AS builder
FROM node:22.21.1-alpine3.21 AS builder

ARG SERVICE

Expand Down Expand Up @@ -89,7 +89,7 @@ WORKDIR /app/ee/apps/${SERVICE}

RUN yarn workspaces focus --production

FROM node:22.16.0-alpine3.21
FROM node:22.21.1-alpine3.21

ARG SERVICE

Expand Down
4 changes: 2 additions & 2 deletions ee/apps/authorization-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.16.0-alpine3.21 AS builder
FROM node:22.21.1-alpine3.21 AS builder

ARG SERVICE

Expand Down Expand Up @@ -86,7 +86,7 @@ WORKDIR /app/ee/apps/${SERVICE}

RUN yarn workspaces focus --production

FROM node:22.16.0-alpine3.21
FROM node:22.21.1-alpine3.21

ARG SERVICE

Expand Down
4 changes: 2 additions & 2 deletions ee/apps/ddp-streamer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.16.0-alpine3.21 AS builder
FROM node:22.21.1-alpine3.21 AS builder

ARG SERVICE

Expand Down Expand Up @@ -92,7 +92,7 @@ WORKDIR /app/ee/apps/${SERVICE}

RUN yarn workspaces focus --production

FROM node:22.16.0-alpine3.21
FROM node:22.21.1-alpine3.21

ARG SERVICE

Expand Down
4 changes: 2 additions & 2 deletions ee/apps/omnichannel-transcript/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.16.0-alpine3.21 AS builder
FROM node:22.21.1-alpine3.21 AS builder

ARG SERVICE

Expand Down Expand Up @@ -102,7 +102,7 @@ WORKDIR /app/ee/apps/${SERVICE}

RUN yarn workspaces focus --production

FROM node:22.16.0-alpine3.21
FROM node:22.21.1-alpine3.21

ARG SERVICE

Expand Down
4 changes: 2 additions & 2 deletions ee/apps/presence-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.16.0-alpine3.21 AS builder
FROM node:22.21.1-alpine3.21 AS builder

ARG SERVICE

Expand Down Expand Up @@ -90,7 +90,7 @@ WORKDIR /app/ee/apps/${SERVICE}

RUN yarn workspaces focus --production

FROM node:22.16.0-alpine3.21
FROM node:22.21.1-alpine3.21

ARG SERVICE

Expand Down
4 changes: 2 additions & 2 deletions ee/apps/queue-worker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.16.0-alpine3.21 AS builder
FROM node:22.21.1-alpine3.21 AS builder

ARG SERVICE

Expand Down Expand Up @@ -102,7 +102,7 @@ WORKDIR /app/ee/apps/${SERVICE}

RUN yarn workspaces focus --production

FROM node:22.16.0-alpine3.21
FROM node:22.21.1-alpine3.21

ARG SERVICE

Expand Down
4 changes: 2 additions & 2 deletions ee/apps/stream-hub-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.16.0-alpine3.21 AS builder
FROM node:22.21.1-alpine3.21 AS builder

ARG SERVICE

Expand Down Expand Up @@ -87,7 +87,7 @@ WORKDIR /app/ee/apps/${SERVICE}

RUN yarn workspaces focus --production

FROM node:22.16.0-alpine3.21
FROM node:22.21.1-alpine3.21

ARG SERVICE

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"homepage": "https://github.com/RocketChat/Rocket.Chat#readme",
"engines": {
"yarn": "4.10.3",
"node": "22.16.0"
"node": "22.21.1"
},
"packageManager": "yarn@4.10.3",
"houston": {
Expand All @@ -56,7 +56,7 @@
]
},
"volta": {
"node": "22.16.0",
"node": "22.21.1",
"yarn": "4.10.3"
},
"resolutions": {
Expand Down
Loading