feat: add support for node v20 (#2303)

* run tests on node v20

* update linter to node v16

* update docs

* update browser node version

* update checkout
This commit is contained in:
Mayukha Vadari
2023-05-16 15:02:33 -04:00
committed by GitHub
parent ac8c1b3f64
commit 4cca7c9088
4 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@
### Requirements
We use Node v14 for development - that is the version that our linters require.
We use Node v16 for development - that is the version that our linters require.
You must also use `npm` v7. You can check your `npm` version with:
```bash