Skip to content

Commit

Permalink
Added setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzo committed Dec 25, 2023
1 parent 4bae2ff commit 3a45ecc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/setup-host/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ runs:
java-version: '17'
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Setup Node/Yarn
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'

0 comments on commit 3a45ecc

Please sign in to comment.