mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 07:05:10 +00:00
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:
committed by
Tienson Qin
parent
40f327d77f
commit
3ded9ee1ff
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user