Skip to content

Commit

Permalink
try running tests on node 18 (#9292)
Browse files Browse the repository at this point in the history
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
  • Loading branch information
chris48s and repo-ranger[bot] authored Jun 18, 2023
1 parent 08e6933 commit a2ca06e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Integration@node 17
name: Integration@node 18
on:
pull_request:
types: [opened, reopened, synchronize]
Expand All @@ -8,7 +8,7 @@ on:
- 'dependabot/**'

jobs:
test-integration-17:
test-integration-18:
runs-on: ubuntu-latest
env:
PAT_EXISTS: ${{ secrets.GH_PAT != '' }}
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Setup
uses: ./.github/actions/setup
with:
node-version: 17
node-version: 18
env:
NPM_CONFIG_ENGINE_STRICT: 'false'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Main@node 17
name: Main@node 18
on:
pull_request:
types: [opened, reopened, synchronize]
Expand All @@ -8,7 +8,7 @@ on:
- 'dependabot/**'

jobs:
test-main-17:
test-main-18:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Setup
uses: ./.github/actions/setup
with:
node-version: 17
node-version: 18
env:
NPM_CONFIG_ENGINE_STRICT: 'false'

Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -14,7 +14,7 @@ jobs:
- name: Setup
uses: ./.github/actions/setup
with:
node-version: 17
node-version: 18
env:
NPM_CONFIG_ENGINE_STRICT: 'false'

Expand Down

0 comments on commit a2ca06e

Please sign in to comment.