Skip to content

Commit 6d79832

Browse files
committed
Dropping support for nodejs 20 (only 22+ now).
1 parent 5dc3246 commit 6d79832

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-24.04
88
strategy:
99
matrix:
10-
node-version: ['20', '22']
10+
node-version: ['22', '24']
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v1
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-24.04
2323
strategy:
2424
matrix:
25-
node-version: ['20', '22']
25+
node-version: ['22', '24']
2626
steps:
2727
- uses: actions/checkout@v2
2828
- uses: actions/setup-node@v1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Installation
99

10-
The web application requires [NodeJS](https://nodejs.org/en/) 20+ (recommended version is LTS 22.x) server as a runtime
10+
The web application requires [NodeJS](https://nodejs.org/en/) 22+ (version 22 is recommended since it has LTS) server as a runtime
1111
environment. This runtime is needed for executing JavaScript code on server and
1212
sending the pre-render parts of pages to clients, so the final rendering in
1313
browsers is a lot quicker and the page is accessible to search engines for

0 commit comments

Comments
 (0)