Skip to content

Commit

Permalink
Update required Node.js version in README and package.json (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Feb 16, 2024
1 parent 7be0920 commit cb166ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ git clone https://github.com/gbv/cocoda.git
cd cododa
```

Then install required Node modules with [npm](https://www.npmjs.com/get-npm) and run build (requires Node.js v14.15 or above, v16 recommended):
Then install required Node modules with [npm](https://www.npmjs.com/get-npm) and run build (requires Node.js v18 or above, v20 recommended):

```bash
npm ci
Expand Down
3 changes: 1 addition & 2 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"yorkie": "^2.0.0"
},
"engines": {
"node": ">=14.18.0",
"npm": ">=6.8.0"
"node": ">=18"
}
}

0 comments on commit cb166ac

Please sign in to comment.