[IMP] Bump support for Node 20+

This commit bump the support for Node 20+.
This commit is contained in:
Romeo Fragomeli
2024-10-09 10:44:32 +02:00
committed by Géry Debongnie
parent 20c6cacb4e
commit 3e11fe6b12
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [20.x, 22.x]
steps:
- uses: actions/checkout@v2