Skip to content
Merged
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
7 changes: 6 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,13 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
node-version: [18.x, 20.x, 22.x, 24.x, 25.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
# 18 oldest supported version by nodejs
# 18 current version on my Debian 12
# 20,22: Maintenance LTS
# 24: Active LTS
# 25: Current

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ We use the following testing libraries:

You'll need at least:
- `docker-compose` 1.12 or above
- `nodejs` 8.11 or above
- `nodejs` 18 or above
- `yarn` 1.7 or above


Expand Down
Loading