Skip to content

Commit

Permalink
Update default and minimum Node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Mar 4, 2024
1 parent ace5823 commit a24f9f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This API can be used to query how a concept or combination of concepts is used i
- [GET /subjects](#get-subjects)
- [GET /records](#get-records)
- [GET /occurrences](#get-occurrences)
- [GET /occurrences/voc](#get-occurrences-voc)
- [GET /occurrences/voc](#get-occurrencesvoc)
- [GET /links](#get-links)
- [GET /voc](#get-voc)
- [GET /databases](#get-databases)
Expand All @@ -28,7 +28,7 @@ This API can be used to query how a concept or combination of concepts is used i

## Install

Requires Node.js v16 or newer.
Requires Node.js v18 or newer.

```bash
git clone https://github.com/gbv/subjects-api.git
Expand Down

0 comments on commit a24f9f5

Please sign in to comment.