Skip to content

Commit

Permalink
Define Node.js 12 as requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe HAMERLING authored and saghul committed Jun 26, 2020
1 parent 111a1ef commit 1c4f76e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ If you want to hack on this project, here is how you do it.

#### Installing dependencies

Install Node.js 12 first (or if you use [nvm](https://github.com/nvm-sh/nvm), switch to Node.js 12 by running `nvm use`).

```bash
npm install
```
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"validate": "npm ls",
"watch": "webpack --config ./webpack.renderer.js --mode development --watch --watch-poll"
},
"engines" : {
"node" : ">=12.0.0"
},
"build": {
"appId": "org.jitsi.jitsi-meet",
"productName": "Jitsi Meet",
Expand Down

0 comments on commit 1c4f76e

Please sign in to comment.