From d754f4f92a4bc47db45bea5a1342f4e82a7963f9 Mon Sep 17 00:00:00 2001 From: "Qian (Jim) Fu" Date: Mon, 2 Dec 2024 09:59:57 -0800 Subject: [PATCH] fix CI node install failure. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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