Remove testing on node 19

it's no longer a supported node version.
This commit is contained in:
Matthias 2023-08-30 08:16:36 +02:00 committed by GitHub
parent f3e94c069f
commit c28a9e430d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-22.04 ]
node: [ "16", "18", "19", "20"]
node: [ "16", "18", "20"]
steps:
- uses: actions/checkout@v3