We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30bc2e1 + 787ea32 commit de54615Copy full SHA for de54615
.github/workflows/runTestsOnPush.yml
@@ -6,9 +6,9 @@ jobs:
6
runs-on: ${{ matrix.os }}
7
strategy:
8
matrix:
9
- node-version: [16, 18, 19]
+ node-version: [16, 18, 20]
10
os: [macos-latest, ubuntu-latest, windows-latest]
11
- typescript-version: ['^4.9.5', '^5.0.3']
+ typescript-version: ['^4.9.5', '^5.0.3' , '^5.1.0']
12
13
steps:
14
- uses: actions/checkout@master
0 commit comments