From 5ecc2efc768e4f702b266a9c264de898a1b9b5ce Mon Sep 17 00:00:00 2001 From: Eiinu Date: Tue, 9 Jul 2024 16:03:49 +0800 Subject: [PATCH] chore(ci): update ci.yml --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff49ab3987..870b88fb89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,11 @@ jobs: with: version: 9 + - uses: actions/setup-node@v4 + with: + node-version: '20' + cache: 'pnpm' + - name: Install dependencies run: pnpm install