From ed1a8699e91f3145e2177ae2e0ab9744e97f34d2 Mon Sep 17 00:00:00 2001 From: sunhao Date: Tue, 9 Jul 2024 14:22:47 +0800 Subject: [PATCH] * proj: change node version and pnpm version for github workflow. --- .github/workflows/deploy-dev-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-dev-docs.yml b/.github/workflows/deploy-dev-docs.yml index f4448dc6b5..a22d503fcc 100644 --- a/.github/workflows/deploy-dev-docs.yml +++ b/.github/workflows/deploy-dev-docs.yml @@ -10,10 +10,10 @@ jobs: - uses: actions/checkout@v2 - uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 cache: pnpm - run: pnpm install --frozen-lockfile - name: Build