Skip to content

Commit df5dda8

Browse files
authored
docs: prepare Obscura and Node.js 22 for 4.2 (#5719)
* docs: prepare Obscura and Node.js 22 for 4.2 * test: wait for init config reads
1 parent 3b781c4 commit df5dda8

22 files changed

Lines changed: 138 additions & 60 deletions

.github/workflows/appium_Android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
strategy:
3030
matrix:
31-
node-version: [20.x]
31+
node-version: [22.x]
3232
test-suite: ['other', 'quick']
3333

3434
steps:

.github/workflows/appium_iOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
strategy:
2626
matrix:
27-
node-version: [20.x]
27+
node-version: [22.x]
2828
test-suite: ['other', 'quick']
2929

3030
steps:

.github/workflows/doc-generation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [20.x]
18+
node-version: [22.x]
1919

2020
steps:
2121
- name: Check out the repo

.github/workflows/dtslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-22.04
1818
strategy:
1919
matrix:
20-
node-version: [20.x]
20+
node-version: [22.x]
2121
steps:
2222
- uses: actions/checkout@v6
2323
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/obscura.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
strategy:
3030
matrix:
31-
node-version: [20.x]
31+
node-version: [22.x]
3232

3333
steps:
3434
- uses: actions/checkout@v6

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
strategy:
2626
matrix:
27-
node-version: [20.x]
27+
node-version: [22.x]
2828

2929
steps:
3030
- uses: actions/checkout@v6

.github/workflows/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
strategy:
2626
matrix:
27-
node-version: [20.x]
27+
node-version: [22.x]
2828

2929
steps:
3030
- uses: actions/checkout@v6

.github/workflows/puppeteer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
strategy:
2626
matrix:
27-
node-version: [20.x]
27+
node-version: [22.x]
2828

2929
steps:
3030
- uses: actions/checkout@v6

.github/workflows/sharding-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Node.js
3434
uses: actions/setup-node@v6
3535
with:
36-
node-version: 20
36+
node-version: 22
3737

3838
- name: Install dependencies
3939
run: npm install --ignore-scripts

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
strategy:
6262
matrix:
63-
node-version: [ 20.x ]
63+
node-version: [ 22.x ]
6464

6565
steps:
6666
- uses: actions/checkout@v6
@@ -81,7 +81,7 @@ jobs:
8181

8282
strategy:
8383
matrix:
84-
node-version: [20.x]
84+
node-version: [22.x]
8585

8686
steps:
8787
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)