Skip to content

Commit 94805f1

Browse files
committed
fix: remove node 16
1 parent 8f606df commit 94805f1

File tree

7 files changed

+15
-17
lines changed

7 files changed

+15
-17
lines changed

Diff for: .github/workflows/appiumV2_Android.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- 3.x
7-
- appium-v1-deprecation
87

98
env:
109
CI: true
@@ -13,11 +12,11 @@ env:
1312

1413
jobs:
1514
appium1:
16-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-22.04
1716

1817
strategy:
1918
matrix:
20-
node-version: [16.x]
19+
node-version: [18.x]
2120

2221
steps:
2322
- uses: actions/checkout@v4
@@ -37,11 +36,11 @@ jobs:
3736

3837
appium2:
3938

40-
runs-on: ubuntu-20.04
39+
runs-on: ubuntu-22.04
4140

4241
strategy:
4342
matrix:
44-
node-version: [16.x]
43+
node-version: [18.x]
4544

4645
steps:
4746
- uses: actions/checkout@v4

Diff for: .github/workflows/appiumV2_iOS.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- 3.x
7-
- appium-v1-deprecation
87

98
env:
109
CI: true
@@ -13,11 +12,11 @@ env:
1312

1413
jobs:
1514
appium1:
16-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-22.04
1716

1817
strategy:
1918
matrix:
20-
node-version: [16.x]
19+
node-version: [18.x]
2120

2221
steps:
2322
- uses: actions/checkout@v4
@@ -37,11 +36,11 @@ jobs:
3736

3837
appium2:
3938

40-
runs-on: ubuntu-20.04
39+
runs-on: ubuntu-22.04
4140

4241
strategy:
4342
matrix:
44-
node-version: [16.x]
43+
node-version: [18.x]
4544

4645
steps:
4746
- uses: actions/checkout@v4

Diff for: .github/workflows/doc-generation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77

88
jobs:
99
update-documentation:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111

1212
strategy:
1313
matrix:
14-
node-version: [ 16.x ]
14+
node-version: [ 18.x ]
1515

1616
steps:
1717
- name: Check out the repo

Diff for: .github/workflows/dtslint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ on:
1010

1111
jobs:
1212
test:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
16-
node-version: [16.x]
16+
node-version: [18.x]
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Use Node.js ${{ matrix.node-version }}

Diff for: .github/workflows/playwright.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
node-version: [16.x, 18.x, 20.x]
23+
node-version: [18.x, 20.x]
2424

2525
steps:
2626
- uses: actions/checkout@v4

Diff for: .github/workflows/testcafe.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
node-version: [16.x, 18.x]
24+
node-version: [18.x, 20.x]
2525

2626
steps:
2727
- uses: actions/checkout@v4

Diff for: .github/workflows/webdriver.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-20.04
2020
strategy:
2121
matrix:
22-
node-version: [16.x, 18.x, 20.x]
22+
node-version: [18.x, 20.x]
2323

2424
steps:
2525
- run: docker run -d --net=host --shm-size=2g selenium/standalone-chrome:3.141.0

0 commit comments

Comments
 (0)