Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions .github/workflows/build-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 16.19.0
node-version: 22.22.1

- name: Set up Yarn
uses: actions/setup-node@v4
with:
node-version: 16.19.0
node-version: 22.22.1
cache: "yarn"

- name: Cache dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "16.19.0"
node-version: 22.22.1

- name: Install Dependencies
run: yarn install
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Setup Node.js for Docs
uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: 22.22.1

- name: "Install dependencies for docs"
run: yarn install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "16.19.0"
node-version: 22.22.1

- name: Install Dependencies
run: yarn install
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Setup Node.js for Docs
uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: 22.22.1

- name: "Install dependencies for docs"
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 16.19.0
node-version: 22.22.1

- name: Cache dependencies
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.19.0
v22.22.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Ensure that the "Enable CORS" option is turned on in your Rocket.Chat server. Yo

#### Prerequisites

- **Node.js**: Version 16.19.0 is required. Use [Node Version Manager (NVM)](https://github.com/nvm-sh/nvm) for easy switching between Node.js versions.
- **Node.js**: Version 22.22.1 is required. Use [Node Version Manager (NVM)](https://github.com/nvm-sh/nvm) for easy switching between Node.js versions.

To install and use the correct Node.js version, execute the following commands with the specific version number:

Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@playwright/test": "^1.41.2",
"@types/node": "^20.11.19",
"@types/node": "^22.0.0",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand Down