From 66a506bfd99f7d92dc10785df12b9b4cc47e0a1d Mon Sep 17 00:00:00 2001 From: John Date: Thu, 14 Nov 2024 10:40:24 +0800 Subject: [PATCH] fix ci --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index a8caa6ce925..f9d6e08a636 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 18 cache: npm - name: Install dependencies