diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc97e6cc..4b115061 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18] + node-version: [20] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18] + node-version: [20] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 @@ -62,7 +62,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18] + node-version: [20] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 @@ -89,7 +89,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18] + node-version: [20] java-version: [11] steps: - uses: actions/checkout@v2 @@ -123,7 +123,7 @@ jobs: runs-on: macos-latest strategy: matrix: - node-version: [18] + node-version: [20] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1