From a2ca06e0330a8d434ce6fb5d8744b2acc123540c Mon Sep 17 00:00:00 2001
From: chris48s <chris48s@users.noreply.github.com>
Date: Sun, 18 Jun 2023 20:57:38 +0100
Subject: [PATCH] try running tests on node 18 (#9292)

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
---
 .../{test-integration-17.yml => test-integration-18.yml}    | 6 +++---
 .github/workflows/{test-main-17.yml => test-main-18.yml}    | 6 +++---
 .../{test-services-17.yml => test-services-18.yml}          | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)
 rename .github/workflows/{test-integration-17.yml => test-integration-18.yml} (94%)
 rename .github/workflows/{test-main-17.yml => test-main-18.yml} (87%)
 rename .github/workflows/{test-services-17.yml => test-services-18.yml} (95%)

diff --git a/.github/workflows/test-integration-17.yml b/.github/workflows/test-integration-18.yml
similarity index 94%
rename from .github/workflows/test-integration-17.yml
rename to .github/workflows/test-integration-18.yml
index ccec28fb8d..c1e7a5a774 100644
--- a/.github/workflows/test-integration-17.yml
+++ b/.github/workflows/test-integration-18.yml
@@ -1,4 +1,4 @@
-name: Integration@node 17
+name: Integration@node 18
 on:
   pull_request:
     types: [opened, reopened, synchronize]
@@ -8,7 +8,7 @@ on:
       - 'dependabot/**'
 
 jobs:
-  test-integration-17:
+  test-integration-18:
     runs-on: ubuntu-latest
     env:
       PAT_EXISTS: ${{ secrets.GH_PAT != '' }}
@@ -35,7 +35,7 @@ jobs:
       - name: Setup
         uses: ./.github/actions/setup
         with:
-          node-version: 17
+          node-version: 18
         env:
           NPM_CONFIG_ENGINE_STRICT: 'false'
 
diff --git a/.github/workflows/test-main-17.yml b/.github/workflows/test-main-18.yml
similarity index 87%
rename from .github/workflows/test-main-17.yml
rename to .github/workflows/test-main-18.yml
index fba9ff8687..247cbb68eb 100644
--- a/.github/workflows/test-main-17.yml
+++ b/.github/workflows/test-main-18.yml
@@ -1,4 +1,4 @@
-name: Main@node 17
+name: Main@node 18
 on:
   pull_request:
     types: [opened, reopened, synchronize]
@@ -8,7 +8,7 @@ on:
       - 'dependabot/**'
 
 jobs:
-  test-main-17:
+  test-main-18:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout
@@ -17,7 +17,7 @@ jobs:
       - name: Setup
         uses: ./.github/actions/setup
         with:
-          node-version: 17
+          node-version: 18
         env:
           NPM_CONFIG_ENGINE_STRICT: 'false'
 
diff --git a/.github/workflows/test-services-17.yml b/.github/workflows/test-services-18.yml
similarity index 95%
rename from .github/workflows/test-services-17.yml
rename to .github/workflows/test-services-18.yml
index 0482a49a5c..1453c0d304 100644
--- a/.github/workflows/test-services-17.yml
+++ b/.github/workflows/test-services-18.yml
@@ -1,10 +1,10 @@
-name: Services@node 17
+name: Services@node 18
 on:
   pull_request:
     types: [opened, edited, reopened, synchronize]
 
 jobs:
-  test-services-17:
+  test-services-18:
     runs-on: ubuntu-latest
 
     steps:
@@ -14,7 +14,7 @@ jobs:
       - name: Setup
         uses: ./.github/actions/setup
         with:
-          node-version: 17
+          node-version: 18
         env:
           NPM_CONFIG_ENGINE_STRICT: 'false'
 
-- 
GitLab