activity6 #1

Merged
EthanPisani merged 78 commits from activity6 into main 2025-04-12 14:58:57 -04:00
Showing only changes of commit 07463823ac - Show all commits

View File

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