diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c01493d..38a40e9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 19 + node-version: 20 - name: Install server run: yarn --cwd server install