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.
2 parents 08b05f0 + 6c2949c commit 7cd3ca3Copy full SHA for 7cd3ca3
1 file changed
.github/workflows/test.yml
@@ -116,7 +116,7 @@ jobs:
116
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165
117
with:
118
distribution: 'temurin'
119
- java-version: '11'
+ java-version: '21'
120
- name: node_modules cache
121
id: node_modules_cache
122
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
@@ -185,7 +185,7 @@ jobs:
185
186
187
188
189
- name: Test headless
190
run: npm run test:chrome-headless
191
# Tests are flaky on Windows
0 commit comments