Run CI on node 20

This commit is contained in:
Matthias 2023-04-27 08:40:20 +02:00 committed by GitHub
parent 5f45898ddd
commit db583f64bd
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"]
node: [ "16", "18", "19", "20"]
steps:
- uses: actions/checkout@v3