Skip to content

Commit

Permalink
Document compatibility for v8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mantoni committed May 25, 2021
1 parent 9655108 commit 4147ccc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -142,7 +142,7 @@ Here is a minimal `.travis.yml`:
```yml
language: node_js
node_js:
- "8"
- "16"

sudo: false

Expand Down Expand Up @@ -361,6 +361,11 @@ Puppeteer fails to launch on M1. Follow these steps to work around:

## Compatibility

- v8.x
- Node Node 12.0+, Node 14.0+, Node 16.0+
- Mocha ^8.4
- Browserify ^16.5
- Puppeteer ^9.1
- v7.x
- Node 10.0+, Node 12.0+, Node 14.0+
- Mocha ^5.2
Expand Down

0 comments on commit 4147ccc

Please sign in to comment.