From 033e2b17e38f52079dd5c3453d1b21413f18da1b Mon Sep 17 00:00:00 2001 From: Alain Bourgeois Date: Thu, 30 Nov 2023 20:40:03 +0100 Subject: [PATCH] Update ci.yml to node 14, 16, 18 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}