From f5b43fef53167afe63765071517e552e5f3bf886 Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:33:46 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28ff5102c..01e7dabc6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,9 +14,9 @@ jobs: - uses: actions/checkout@v3 - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Build React run: |