Update missing node matrix

This commit is contained in:
Felipe Knorr Kuhn 2025-04-02 15:45:21 +09:00
parent f0224b0bf0
commit f41c9a0e57
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -163,7 +163,7 @@ jobs:
if: "(github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')) || github.event_name == 'push'"
strategy:
matrix:
node: ["20", "21"]
node: ["22"]
flavor: ["dev", "prod"]
fail-fast: false
runs-on: ubuntu-latest