Fixed: Github Action build with Node 22 and 23 too

This commit is contained in:
Martin Carlberg
2025-03-27 15:36:14 +01:00
committed by GitHub
parent 9109cf3b54
commit 7fc9fa70c1
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [17.x, 18.x, 19.x, 20.x, 21.x]
node-version: [17.x, 18.x, 19.x, 20.x, 21.x, 22.x, 23.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: