Fixed: Github Action build with Node 20 and 21 too

This commit is contained in:
Martin Carlberg
2024-04-10 11:19:10 +02:00
committed by GitHub
parent f33ba954f5
commit c2bd9f26a7
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [16.x, 17.x, 18.x, 19.x]
node-version: [16.x, 17.x, 18.x, 19.x, 20.x, 21.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: