Skip to content

Commit

Permalink
Require Node.js 18 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Sep 27, 2023
1 parent 63b6903 commit 2412261
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [ 14.x, 16.x, 18.x ]
node-version: [ 18.x, 20.x ]

services:
mongodb:
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ This repository offers a login server to be used with the [Cocoda Mapping Tool](
## Install

### Dependencies
login-server requires Node.js >= 14 and access to a [MongoDB database](https://docs.mongodb.com/manual/installation/).

Note: There seems to be an [unresolved database connection issue](https://github.com/gbv/login-server/issues/98) when using Node.js 17 or later on ARM64 devices. Please use Node.js 16 in that case.
login-server requires Node.js >= 18 and access to a [MongoDB database](https://docs.mongodb.com/manual/installation/).

### Clone and Install
```bash
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"author": "Stefan Peters <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=14"
"node": ">=18"
},
"dependencies": {
"axios": "^1.5.1",
Expand Down

0 comments on commit 2412261

Please sign in to comment.