From 3e9b200bb8898c3e791fd84c3f8dafe2063ae6b8 Mon Sep 17 00:00:00 2001 From: Xwite <82232510+Xwite@users.noreply.github.com> Date: Thu, 10 Oct 2024 15:14:52 +0800 Subject: [PATCH] ci(web.yml): Update pnpm v9 Nodejs20 --- .github/workflows/web.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 1fa806c1304f..d5983d67b6e2 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -25,13 +25,13 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 - uses: pnpm/action-setup@v4 name: Install pnpm id: pnpm-install with: - version: 8 + version: 9 run_install: false - name: Get pnpm store directory