diff --git a/.github/setup/action.yml b/.github/setup/action.yml index 01412020..a14cb255 100644 --- a/.github/setup/action.yml +++ b/.github/setup/action.yml @@ -19,6 +19,9 @@ runs: key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} restore-keys: | ${{ runner.os }}-gradle- + - uses: actions/setup-node@v4 + with: + node-version: 20 - name: Node Cache uses: actions/cache@v3 with: