Update node CI test matrix

This commit is contained in:
Felipe Knorr Kuhn 2023-05-11 21:42:19 -07:00
parent adc395fc3d
commit 6cae3256a9
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -9,7 +9,7 @@ jobs:
if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')"
strategy:
matrix:
node: ["16.16.0", "18.14.1"]
node: ["16", "17", "18", "19", "20"]
flavor: ["dev", "prod"]
fail-fast: false
runs-on: "ubuntu-latest"
@ -55,7 +55,7 @@ jobs:
if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')"
strategy:
matrix:
node: ["16.16.0", "18.14.1"]
node: ["16", "17", "18", "19", "20"]
flavor: ["dev", "prod"]
fail-fast: false
runs-on: "ubuntu-latest"