diff --git a/.github/workflows/verify-data-models.yml b/.github/workflows/verify-data-models.yml index ee1e5b6..0a8fa14 100644 --- a/.github/workflows/verify-data-models.yml +++ b/.github/workflows/verify-data-models.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [18.x, 20.x] steps: - name: Checkout sources