Merge pull request #207 from 67P/docs/update_readme

Lock node.js to 12 on CI, add note for devs to README
This commit is contained in:
Basti 2020-11-18 19:09:19 +01:00 committed by GitHub
commit 89829ee81f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
--- ---
language: node_js language: node_js
node_js: node_js:
- "lts/*" - "12"
sudo: false sudo: false
dist: xenial dist: xenial

View File

@ -34,6 +34,9 @@ Aragon CLI and Truffle need to be installed on your sytem as well:
npm install -g @aragon/cli npm install -g @aragon/cli
npm install -g truffle npm install -g truffle
_Note: `@aragon/cli` currently fails to install on node.js 14. Please use
node.js 12 until the issue has been resolved upstream._
### Local development chain ### Local development chain
For local development it is recommended to use For local development it is recommended to use