mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 02:11:57 +00:00
Remove testing for node 16 - it's EOL since september.
This commit is contained in:
parent
a735b95b0b
commit
db60e21b0d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-22.04 ]
|
||||
node: [ "16", "18", "20", "21"]
|
||||
node: [ "18", "20", "21"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in New Issue
Block a user