add install node step to build action
Some checks failed
Build project / Build for ${{ matrix.targetPlatform }} (StandaloneLinux64, 6000.0.37f1) (push) Failing after 4s
Build project / Build for ${{ matrix.targetPlatform }} (StandaloneWindows64, 6000.0.37f1) (push) Failing after 4s

This commit is contained in:
EthanPisani 2025-02-18 15:02:52 -05:00
parent 5fe07bb6ff
commit 99b5dc38c8

View File

@ -15,6 +15,10 @@ jobs:
unityVersion:
- 6000.0.37f1
steps:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '20' #
- uses: actions/checkout@v4
with:
fetch-depth: 0