Add node and npm versions to CONTRIBUTING doc

This commit is contained in:
Alex Hsu 2022-10-20 17:56:39 -04:00
parent 6e029a7019
commit 40d086efc0

View File

@ -2,6 +2,11 @@
## Build manually
The following versions are being used to build the latest version of this package:
- `node`: 16.17.0
- `npm`: 8.15.0
To generate builds manually, run the following:
```sh