diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8f0879..baec934 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '14' + node-version: '18.17.0' - name: Install frontend dependencies working-directory: ./frontend