From ce3c8c01e39ed6b7ebc02ae9827083133d19f303 Mon Sep 17 00:00:00 2001 From: dienamo <46058257+dienamo@users.noreply.github.com> Date: Mon, 27 Nov 2023 17:32:25 +0100 Subject: [PATCH 1/6] =?UTF-8?q?mise=20=C3=A0=20jour=20githubactions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-production.yml | 8 ++++---- .github/workflows/deploy-recette.yml | 8 ++++---- .github/workflows/eslint.yml | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 887ad07..2bed81c 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -14,17 +14,17 @@ jobs: strategy: matrix: - node-version: [19.7.0] + node-version: [20] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: git fetch --prune --unshallow - - uses: 47ng/actions-clever-cloud@v1 + - uses: 47ng/actions-clever-cloud@v1.3.1 with: appID: ${{ secrets.CLEVER_APP_DATA_PRODUCTION_ID }} env: CLEVER_TOKEN: ${{ secrets.CLEVER_TOKEN }} CLEVER_SECRET: ${{ secrets.CLEVER_SECRET }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 diff --git a/.github/workflows/deploy-recette.yml b/.github/workflows/deploy-recette.yml index a817ed0..fe747ab 100644 --- a/.github/workflows/deploy-recette.yml +++ b/.github/workflows/deploy-recette.yml @@ -14,17 +14,17 @@ jobs: strategy: matrix: - node-version: [19.7.0] + node-version: [20] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: git fetch --prune --unshallow - - uses: 47ng/actions-clever-cloud@v1 + - uses: 47ng/actions-clever-cloud@v1.3.1 with: appID: ${{ secrets.CLEVER_APP_DATA_RECETTE_ID }} env: CLEVER_TOKEN: ${{ secrets.CLEVER_TOKEN }} CLEVER_SECRET: ${{ secrets.CLEVER_SECRET }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 251a744..0941bb0 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -16,13 +16,13 @@ jobs: strategy: matrix: - node-version: [19.7.0] + node-version: [20] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - name: Install modules From 857be3b7f3f45bdeb3780d35b6a1c0315bb0cfc2 Mon Sep 17 00:00:00 2001 From: dienamo <46058257+dienamo@users.noreply.github.com> Date: Mon, 27 Nov 2023 18:07:22 +0100 Subject: [PATCH 2/6] =?UTF-8?q?mise=20=C3=A0=20jour=20githubactions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/eslint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 0941bb0..e588fff 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [20] + node-version: [19] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: From c0782c51e97fd9cdf07c86cefe74448b943cd6b9 Mon Sep 17 00:00:00 2001 From: dienamo <46058257+dienamo@users.noreply.github.com> Date: Mon, 27 Nov 2023 18:19:02 +0100 Subject: [PATCH 3/6] =?UTF-8?q?mise=20=C3=A0=20jour=20githubactions=20wip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-production.yml | 2 +- .github/workflows/deploy-recette.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 2bed81c..3a89478 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [20] + node-version: [20.9.0] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: diff --git a/.github/workflows/deploy-recette.yml b/.github/workflows/deploy-recette.yml index fe747ab..3235e02 100644 --- a/.github/workflows/deploy-recette.yml +++ b/.github/workflows/deploy-recette.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [20] + node-version: [20.9.0] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: From 0da643dc405416e15d18c81aebef5eb1c71c6b2b Mon Sep 17 00:00:00 2001 From: dienamo <46058257+dienamo@users.noreply.github.com> Date: Tue, 28 Nov 2023 16:57:53 +0100 Subject: [PATCH 4/6] =?UTF-8?q?mise=20=C3=A0=20jour=20githubactions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/eslint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index e588fff..0941bb0 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [19] + node-version: [20] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: From 7f987c42f0f93b731cfb78b36989343884006ab3 Mon Sep 17 00:00:00 2001 From: dienamo <46058257+dienamo@users.noreply.github.com> Date: Tue, 28 Nov 2023 17:03:08 +0100 Subject: [PATCH 5/6] =?UTF-8?q?mise=20=C3=A0=20jour=20githubactions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be00186..3913335 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "config": "config/" }, "engines": { - "node": "^19.0.0", + "node": ">= 19.0.0", "npm": ">= 3.0.0" }, "scripts": { From 8cdbd9c918e8a7cac6284180529b862abe641dc4 Mon Sep 17 00:00:00 2001 From: dienamo <46058257+dienamo@users.noreply.github.com> Date: Tue, 28 Nov 2023 17:04:23 +0100 Subject: [PATCH 6/6] =?UTF-8?q?mise=20=C3=A0=20jour=20githubactions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3913335..8cfafd6 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "config": "config/" }, "engines": { - "node": ">= 19.0.0", + "node": ">= 19.7.0", "npm": ">= 3.0.0" }, "scripts": {