We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d470541 commit 29b2851Copy full SHA for 29b2851
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- uses: actions/checkout@v4
20
- - uses: gradle/wrapper-validation-action@v2
+ - uses: gradle/wrapper-validation-action@v3
21
22
- name: Set up JDK ${{ matrix.java }}
23
uses: actions/setup-java@v4
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
- uses: actions/setup-node@v4
44
with:
45
node-version: 18
@@ -92,7 +92,7 @@ jobs:
92
93
node-version: ${{ matrix.node }}
94
cache: "yarn"
95
96
- name: Set up JDK 17
97
98
0 commit comments