activity6 #1

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

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