From e724590e6937829814d41310e4dbdf195e7ac67e Mon Sep 17 00:00:00 2001 From: Cameron Krebbers <55564581+Cammin@users.noreply.github.com> Date: Thu, 7 Sep 2023 11:00:08 -0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e78942285..5988f9b99 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,13 +23,16 @@ jobs: - 2023.1.0f1 steps: + #Update Node + - uses: actions/setup-node@v3 + with: + node-version: 18 #Test Checkout - uses: actions/checkout@v3.5.3 with: - using: 'node16' lfs: true - + #Test Cache - uses: actions/cache@v1.2.1 with: @@ -78,7 +81,11 @@ jobs: - 2023.1.0f1 steps: - + #Update Node + - uses: actions/setup-node@v3 + with: + node-version: 18 + #Build Checkout - uses: actions/checkout@v3.5.3 with: @@ -88,7 +95,6 @@ jobs: #Build Cache - uses: actions/cache@v1.2.1 with: - using: 'node16' path: Library key: Library-${{ matrix.unityVersion }} restore-keys: