diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8504951..5aaa591 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: java-version: [ 11 ] - node-version: [ 12.x ] + node-version: [ 20.x ] steps: # Checkout the repository of both elk and elkjs, place them next to each other.