Skip to content

Commit

Permalink
feat: Add Node 21 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WoH committed Dec 28, 2023
1 parent 4e2395a commit 5af90dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runTestsOnPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18, 20]
node-version: [18, 20, 21]
os: [macos-latest, ubuntu-latest, windows-latest]
typescript-version: ['^4.9.5', '^5.2.2']

Expand Down

0 comments on commit 5af90dd

Please sign in to comment.