[DURACOM-234] Remove unsupported node 16

This commit is contained in:
Giuseppe Digilio
2024-03-21 17:29:52 +01:00
parent 969b42fee1
commit e0855a46cc

View File

@@ -38,7 +38,7 @@ jobs:
strategy:
# Create a matrix of Node versions to test against (in parallel)
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
# Do NOT exit immediately if one matrix job fails
fail-fast: false
# These are the actual CI steps to perform per job