From 97a24a90e160070df450c738cb571e64e0e09305 Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Fri, 26 May 2023 15:57:24 +0200 Subject: [PATCH] ci: use Node.js versions 18.x and 20.x --- .github/workflows/verify-data-models.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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