Skip to content

Commit 8ff0849

Browse files
committed
22.2.0 requires components 'js'
Signed-off-by: Paulo Lopes <[email protected]>
1 parent e7d045d commit 8ff0849

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/graalvm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
version: ['22.1.0']
15+
version: ['22.2.0']
1616
os: [macos-latest, windows-latest, ubuntu-latest]
1717
steps:
1818
- name: Checkout
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
version: ${{ matrix.version }}
3434
java-version: '11'
35+
components: 'js'
3536
- name: Run tests (UNIX)
3637
run: ./mvnw clean verify
3738
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)