Skip to content

Commit

Permalink
doc: Add note about Node version in CONTRIBUTING (#438)
Browse files Browse the repository at this point in the history
While following this guide I found I was unable to run the build or test scripts on Node v12 LTS. Installing Node v14 allowed the scripts to run.
  • Loading branch information
arempe93 authored Feb 24, 2021
1 parent 9647da3 commit deeb0df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ scope and avoid unrelated commits.
# Build current code
yarn build # or npm run build
```

> Note: ensure your version of Node is 14 or higher to run scripts
```bash
# Push the branch for your new feature
Expand Down

0 comments on commit deeb0df

Please sign in to comment.