add install node step to build action
This commit is contained in:
parent
5fe07bb6ff
commit
99b5dc38c8
@ -15,6 +15,10 @@ jobs:
|
|||||||
unityVersion:
|
unityVersion:
|
||||||
- 6000.0.37f1
|
- 6000.0.37f1
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Node.js
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: '20' #
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user