Skip to content

Commit

Permalink
Update action.yml (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
djblue authored Oct 19, 2024
1 parent 1a28bda commit 6d7a8f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6d7a8f3

Please sign in to comment.