Skip to content

Commit

Permalink
Update runTestsOnPush.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WoH authored Sep 28, 2023
1 parent d7cf119 commit e9d2cdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runTestsOnPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16, 18, 20]
node-version: [18, 20, 22]
os: [macos-latest, ubuntu-latest, windows-latest]
typescript-version: ['^4.9.5', '^5.0.3' , '^5.1.0']
typescript-version: ['^4.9.5', '^5.2.2']

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

0 comments on commit e9d2cdb

Please sign in to comment.