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 ccec28fb8d8009f1915a318b868f61ed66ab3849..c1e7a5a774bd2f97cffb38290d60e0b7d22015e5 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 fba9ff868788032fc04453d59c6f4f5cd63b98a1..247cbb68ebc42d8180eddeadaaad196808dcfb76 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 0482a49a5cfdb2585f4ea199c7da81e107e71c92..1453c0d304816c8d891ab44d8711b6a2d544ad78 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'