Skip to content

Commit 81ba220

Browse files
committed
Drop 20, add 26 to tests
1 parent 3820cfd commit 81ba220

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [20, 22, 24]
18+
node-version: [22, 24, 26]
1919
steps:
2020
- uses: actions/checkout@v6
2121
with:

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Below are steps for initialising and reproducing this portal for development.
77
## Dependencies
88

99
1. The latest LTS version of [Node](https://nodejs.org/en/download/) installed.
10-
> You have to be on Node >= 20.x. This is the default version on Ubuntu 24.04 "Noble Numbat" or later,
11-
and Debian 13 "Trixie" or later.
10+
> You have to be on Node >= 22.x.
1211
1312
## Installation
1413

website/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
]
3636
},
3737
"engines": {
38-
"node": ">=20.0"
38+
"node": ">=22.0"
3939
}
4040
}

0 commit comments

Comments
 (0)