Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
max-parallel: 0
matrix:
version: [20, 22]
version: [20, 22, 23]
runs-on: ubuntu-latest
timeout-minutes: 120
steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- 20
- 21
- 22
- 23
runs-on:
- ubuntu-latest
- windows-latest
Expand All @@ -76,7 +77,7 @@ jobs:
fail-fast: false
max-parallel: 0
matrix:
version: [20, 21, 22]
version: [20, 21, 22, 23]
runs-on: ubuntu-latest
timeout-minutes: 120
steps:
Expand Down
Loading