Skip to content

Commit 7f4ad8f

Browse files
authored
Avoid testing for node 18 in operation migration (#385)
1 parent cce65e3 commit 7f4ad8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/operation-location-migration-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-22.04, windows-latest]
14-
node-version: [18.x, 20.x, 22.x]
14+
node-version: [20.x, 22.x]
1515
runs-on: ${{ matrix.os }}
1616
defaults:
1717
run:

.github/workflows/operation-location-migration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-22.04, windows-latest]
14-
node-version: [18.x, 20.x, 22.x]
14+
node-version: [20.x, 22.x]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- name: Check out repository

0 commit comments

Comments
 (0)