manual install node
Some checks failed
Build project / Build for ${{ matrix.targetPlatform }} (StandaloneLinux64, 6000.0.37f1) (push) Failing after 3s
Build project / Build for ${{ matrix.targetPlatform }} (StandaloneWindows64, 6000.0.37f1) (push) Failing after 3s

This commit is contained in:
EthanPisani 2025-02-18 15:41:02 -05:00
parent 99b5dc38c8
commit 07463823ac

View File

@ -15,10 +15,12 @@ jobs:
unityVersion:
- 6000.0.37f1
steps:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '20' #
- name: Manually Install Node.js
run: |
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt-get install -y nodejs
node -v
npm -v
- uses: actions/checkout@v4
with:
fetch-depth: 0