Skip to content

Commit 1161608

Browse files
authored
add node v23 workflow (#3780)
* add node v23 workflow * drop node v21
1 parent 2de0f34 commit 1161608

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/nodejs-shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
max-parallel: 0
2121
matrix:
22-
version: [20, 22]
22+
version: [20, 22, 23]
2323
runs-on: ubuntu-latest
2424
timeout-minutes: 120
2525
steps:

.github/workflows/nodejs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
- 20
6161
- 21
6262
- 22
63+
- 23
6364
runs-on:
6465
- ubuntu-latest
6566
- windows-latest
@@ -76,7 +77,7 @@ jobs:
7677
fail-fast: false
7778
max-parallel: 0
7879
matrix:
79-
version: [20, 21, 22]
80+
version: [20, 22, 23]
8081
runs-on: ubuntu-latest
8182
timeout-minutes: 120
8283
steps:

0 commit comments

Comments
 (0)