diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 40a260b1..dcde0098 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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