Skip to content

Commit

Permalink
chore(CONTRIBUTING.md): recommend using node v16 (#12012)
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Nov 29, 2021
1 parent 9e2c7b1 commit a3bc271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -42,7 +42,7 @@ _Before_ submitting a pull request, please make sure the following is done…
python --version
```

1. Make sure you have a compatible version of `node` installed (As of April 14th 2021, `v14.x` is recommended).
1. Make sure you have a compatible version of `node` installed (As of October 29th 2021, `v16.x` is recommended).

```sh
node -v
Expand Down

0 comments on commit a3bc271

Please sign in to comment.