Skip to content

Commit

Permalink
Add stricter version requirement for Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Feb 1, 2022
1 parent 0a3cbe6 commit 6eb8be8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ This repository contains an implementation of an API to analyze synthesized DDC

## Install

You will need Node.js version 14.17 or later.

~~~bash
git clone https://github.com/gbv/coli-ana.git
cd coli-ana
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 @@ -9,7 +9,7 @@
"main": "server.js",
"type": "module",
"engines": {
"node": ">=12"
"node": ">=14.17"
},
"scripts": {
"test": "NODE_ENV=test mocha --exit --timeout 10000 --slow 2000",
Expand Down

0 comments on commit 6eb8be8

Please sign in to comment.