Skip to content

Commit

Permalink
Try with manually set NodJS
Browse files Browse the repository at this point in the history
  • Loading branch information
Daeda88 committed Nov 15, 2023
1 parent b1dd4b4 commit 4561b45
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/setup_test_action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ runs:
distribution: 'zulu'
java-version: '17'
cache: gradle
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '21.x'
- name: Upgrade packages
run: npm update
- name: Gradle cache
uses: gradle/gradle-build-action@v2
- name: Grant execute permission for gradlew
Expand Down

0 comments on commit 4561b45

Please sign in to comment.