Add Node 20 to CI matrix, update test cases to handle new error strings in Node 20.

This commit is contained in:
David Anson 2023-04-18 19:55:56 -07:00 committed by GitHub
parent 2cef1d1b3f
commit 0cf81e4ef4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 7 deletions

View file

@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [ 14, 16, 18 ]
node-version: [ 14, 16, 18, 20 ]
steps:
- uses: actions/checkout@v3