From 34e0dc08ffb34734a149288ef53f1a63aef08110 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Wed, 18 Oct 2023 16:05:55 +0800 Subject: [PATCH] ci: update pnpm to v8 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28817ee3..0a3ad19f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - name: Set node version to 16 uses: actions/setup-node@v2