MM² Main core use node >= v20 // delete node v18 from test suite (#3463)

#3462
This commit is contained in:
Bugsounet - Cédric
2024-06-19 22:11:04 +02:00
committed by GitHub
parent 63324454a9
commit bc27c46723
4 changed files with 13 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
node-version: [20.x, 22.x]
steps:
- name: "Checkout code"
uses: actions/checkout@v4