From b5435cf45bc726340e0f4197d24fcfd8a07c53fc Mon Sep 17 00:00:00 2001 From: Dion van Velde Date: Mon, 14 Aug 2023 20:16:02 +0200 Subject: [PATCH] Update clientapp-react-linux-ci.yml --- .github/workflows/clientapp-react-linux-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clientapp-react-linux-ci.yml b/.github/workflows/clientapp-react-linux-ci.yml index 03121087c7..a704f98859 100644 --- a/.github/workflows/clientapp-react-linux-ci.yml +++ b/.github/workflows/clientapp-react-linux-ci.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: - node-version: [18.x, 16.x, 14.x, 12.x] + node-version: [20.x, 18.x, 16.x] steps: - uses: actions/checkout@v3