Skip to content

Commit e370c3d

Browse files
committed
fix test in CI
1 parent 282f37c commit e370c3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-v4-branch.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ env:
99
JAVA_VERSION: 21
1010
JAVA_DISTRIBUTION: zulu
1111
GRADLE_VERSION: 8.5
12+
NODE_VERSION: 22
1213
IS_CI: true
1314
GRADLE_OPTS: "-Dfile.encoding=UTF-8"
1415

@@ -30,6 +31,9 @@ jobs:
3031
distribution: ${{ env.JAVA_DISTRIBUTION }}
3132
java-version: ${{ env.JAVA_VERSION }}
3233
cache: 'gradle'
34+
- uses: actions/setup-node@v4
35+
with:
36+
node-version: ${{ env.NODE_VERSION }}
3337

3438
- name: Run V4 All Tests
3539
uses: gradle/gradle-build-action@v3

0 commit comments

Comments
 (0)