Skip to content

Commit

Permalink
Add Node v22 to CI test versions list.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrause committed Aug 24, 2024
1 parent 625303c commit 5c5ad2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
node-version:
- 18.x
- 20.x
#- 22.x # `tsc` currently segfaults on Node v22. Possibly due to:
# https://github.com/nodejs/node/issues/52797
- 22.x

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5c5ad2b

Please sign in to comment.