Merge pull request #1224 from freqtrade/ci/node20

Run CI on node 20
This commit is contained in:
Matthias 2023-04-27 10:45:56 +02:00 committed by GitHub
commit 3f3b6b2325
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