Skip to content

Commit de54615

Browse files
authored
Merge pull request #1436 from lukeautry/WoH-patch-2
Node 20 to CI, drop 19
2 parents 30bc2e1 + 787ea32 commit de54615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/runTestsOnPush.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
runs-on: ${{ matrix.os }}
77
strategy:
88
matrix:
9-
node-version: [16, 18, 19]
9+
node-version: [16, 18, 20]
1010
os: [macos-latest, ubuntu-latest, windows-latest]
11-
typescript-version: ['^4.9.5', '^5.0.3']
11+
typescript-version: ['^4.9.5', '^5.0.3' , '^5.1.0']
1212

1313
steps:
1414
- uses: actions/checkout@master

0 commit comments

Comments
 (0)