Skip to content

Commit 33f345a

Browse files
committed
updated node versions to 23
1 parent 0beca16 commit 33f345a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/test-parallel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
container:
11-
image: node:20
11+
image: node:23
1212

1313
strategy:
1414
fail-fast: false
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525
- uses: actions/setup-node@v4
2626
with:
27-
node-version: '20'
27+
node-version: '23'
2828
cache: 'npm'
2929
- run: npm ci
3030
- run: npm run test

.github/workflows/test-single.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
container:
21-
image: node:20
21+
image: node:23
2222

2323
services:
2424
selenium:
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
- uses: actions/setup-node@v4
3131
with:
32-
node-version: '20'
32+
node-version: '23'
3333
cache: 'npm'
3434
- run: npm ci
3535
- run: npm run test

.github/workflows/test-testmo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
container:
11-
image: node:20
11+
image: node:23
1212

1313
strategy:
1414
fail-fast: false
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525
- uses: actions/setup-node@v4
2626
with:
27-
node-version: '20'
27+
node-version: '23'
2828
cache: 'npm'
2929
- run: npm ci
3030

0 commit comments

Comments
 (0)