Skip to content

Commit d40bf3b

Browse files
committed
build: Add node to the setup
1 parent 61cff7f commit d40bf3b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
with:
2828
java-version: '17'
2929
distribution: 'temurin'
30+
- name: Set up node
31+
uses: actions/setup-node@v4
32+
with:
33+
node-version: 20
3034

3135
# Configure Gradle for optimal use in GiHub Actions, including caching of downloaded dependencies.
3236
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md

0 commit comments

Comments
 (0)