chore: update required node version (#222)

Puppeteer v3 now requires 10.18.1+
This commit is contained in:
Pedro S. Lopez
2020-05-26 13:52:52 -04:00
committed by GitHub
parent aa60e89911
commit a7ca628775

View File

@@ -11,7 +11,7 @@ It uses Puppeteer to run a real instance of Whatsapp Web to avoid getting blocke
The module is now available on npm! `npm i whatsapp-web.js`
Please note that Node v8+ is required due to Puppeteer.
Please note that Node v10.18.1+ is required due to Puppeteer.
## Example usage