From 033e2b17e38f52079dd5c3453d1b21413f18da1b Mon Sep 17 00:00:00 2001 From: Alain Bourgeois Date: Thu, 30 Nov 2023 20:40:03 +0100 Subject: [PATCH 1/3] 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 }} From 315ccbd06dcd5a07764f1617adc7432f3bb34b20 Mon Sep 17 00:00:00 2001 From: Alain Bourgeois Date: Thu, 30 Nov 2023 20:56:26 +0100 Subject: [PATCH 2/3] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb7c492ce..de0c47586 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [12x, 14.x, 16.x] os: [ubuntu-latest] steps: From 74ad47b9e03119bfc66af3b746f7119ec7ea3ce5 Mon Sep 17 00:00:00 2001 From: Alain Bourgeois Date: Thu, 30 Nov 2023 20:57:58 +0100 Subject: [PATCH 3/3] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de0c47586..80ddb57fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - node-version: [12x, 14.x, 16.x] + node-version: [14.x, 16.x] os: [ubuntu-latest] steps: