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: |