We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de0f34 commit 1161608Copy full SHA for 1161608
.github/workflows/nodejs-shared.yml
@@ -19,7 +19,7 @@ jobs:
19
fail-fast: false
20
max-parallel: 0
21
matrix:
22
- version: [20, 22]
+ version: [20, 22, 23]
23
runs-on: ubuntu-latest
24
timeout-minutes: 120
25
steps:
.github/workflows/nodejs.yml
@@ -60,6 +60,7 @@ jobs:
60
- 20
61
- 21
62
- 22
63
+ - 23
64
runs-on:
65
- ubuntu-latest
66
- windows-latest
@@ -76,7 +77,7 @@ jobs:
76
77
78
79
- version: [20, 21, 22]
80
81
82
83
0 commit comments