Skip to content

Commit f53bb2a

Browse files
authored
Merge pull request #518 from HSLdevcom/maintenance-140426
AB#546 Improve state management
2 parents 67c4df7 + fa1443a commit f53bb2a

27 files changed

Lines changed: 9262 additions & 6765 deletions

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
25

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16.10-alpine as build
1+
FROM node:25.9.0-alpine as build
22

33
RUN apk update
44
RUN apk add git

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Monitor also shows alerts for stops when available. There is also hidden functio
3333

3434
`npm install && cd server/ && npm install`
3535

36-
Use node version 16.8.0 or later
36+
Use node version 20.9.0 or later
3737

3838
## Compiling and running for development.
3939

0 commit comments

Comments
 (0)