Add comment about allowed node version

node 17.x is the default for homebrew which doesn't work with this repo.
Make allowed node version more explicit to avoid dev confusion
This commit is contained in:
Gabriel Horner
2022-01-10 17:06:14 -05:00
committed by Tienson Qin
parent 40f327d77f
commit 3ded9ee1ff
2 changed files with 2 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ jobs:
with:
java-version: 1.8
# This is the latest node version of we can run
- name: Set up Node
uses: actions/setup-node@v2
with: