Reduce number of checked node versions

This commit is contained in:
Przemek Więch
2025-01-11 00:09:00 +01:00
parent a327c1067d
commit a54fd047ba

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18.x, 20.x, 22.x, 23.x]
node-version: [16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: