Skip to content

Commit

Permalink
Merge pull request #1436 from lukeautry/WoH-patch-2
Browse files Browse the repository at this point in the history
Node 20 to CI, drop 19
  • Loading branch information
WoH authored Jun 23, 2023
2 parents 30bc2e1 + 787ea32 commit de54615
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, 19]
node-version: [16, 18, 20]
os: [macos-latest, ubuntu-latest, windows-latest]
typescript-version: ['^4.9.5', '^5.0.3']
typescript-version: ['^4.9.5', '^5.0.3' , '^5.1.0']

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

0 comments on commit de54615

Please sign in to comment.