Skip to content

Commit

Permalink
Add node v22 to testing matrix (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisman authored Dec 10, 2024
1 parent 420f16a commit 164dc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
version: [18, 20]
version: [18, 20, 22]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 164dc50

Please sign in to comment.