diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45b9f475b..fb7c492ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [14.x, 16.x, 18.x] os: [ubuntu-latest] steps: @@ -97,4 +97,4 @@ jobs: build-args: SOLID_SERVER_VERSION=${{ steps.tagName.outputs.version }} push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}