Skip to content
Draft
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
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20, 22, 24]
node-version: [22, 24, 26]
steps:
- uses: actions/checkout@v6
with:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Below are steps for initialising and reproducing this portal for development.
## Dependencies

1. The latest version of [Node](https://nodejs.org/en/download/) installed.
> You have to be on Node >= 20.x. This is the default version on Ubuntu 24.04 "Noble Numbat" or later,
and Debian 13 "Trixie" or later.
> You have to be on Node >= 22.x. This is the default version on Ubuntu 26.04 later

## Installation

Expand Down
Loading
Loading