Skip to content

Commit 4147ccc

Browse files
committed
Document compatibility for v8.x
1 parent 9655108 commit 4147ccc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Here is a minimal `.travis.yml`:
142142
```yml
143143
language: node_js
144144
node_js:
145-
- "8"
145+
- "16"
146146

147147
sudo: false
148148

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

362362
## Compatibility
363363

364+
- v8.x
365+
- Node Node 12.0+, Node 14.0+, Node 16.0+
366+
- Mocha ^8.4
367+
- Browserify ^16.5
368+
- Puppeteer ^9.1
364369
- v7.x
365370
- Node 10.0+, Node 12.0+, Node 14.0+
366371
- Mocha ^5.2

0 commit comments

Comments
 (0)