Skip to content

Commit

Permalink
add node v23 workflow (#3780)
Browse files Browse the repository at this point in the history
* add node v23 workflow

* drop node v21
  • Loading branch information
tsctx authored Oct 28, 2024
1 parent 2de0f34 commit 1161608
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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, 22, 23]
runs-on: ubuntu-latest
timeout-minutes: 120
steps:
Expand Down

0 comments on commit 1161608

Please sign in to comment.