From a24f9f5a2f65f6d4be7389ab4e39ee2401df8f76 Mon Sep 17 00:00:00 2001 From: Stefan Peters Date: Mon, 4 Mar 2024 14:21:02 +0100 Subject: [PATCH] Update default and minimum Node.js version --- .node-version | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.node-version b/.node-version index b6a7d89..209e3ef 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -16 +20 diff --git a/README.md b/README.md index 24f5f0b..91a7832 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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