Merge pull request #2124 from freqtrade/ci_node_2023

chore: run ci against node 23, drop running against 21
This commit is contained in:
Matthias 2024-10-17 06:44:51 +02:00 committed by GitHub
commit fcc1219893
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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