Skip to content

Commit

Permalink
Declare that it needs node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Apr 19, 2024
1 parent 67a7404 commit fd62436
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ documentation](https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media

## Development

- Feature branches are made from the `main` branch.
As of April 2024 the project runs with Node.js version 16. Possibly others. But at least 16.

``` bash
# 1. clone and install dependencies
Expand Down
55 changes: 53 additions & 2 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"homepage": "https://github.com/internet4000/radio4000-player",
"bugs": "https://github.com/internet4000/radio4000-player/issues",
"license": "GPL-3.0",
"engines": {
"node": "<=16"
},
"scripts": {
"start": "poi --serve",
"build": "poi --production",
Expand Down

0 comments on commit fd62436

Please sign in to comment.