From 8c10b7e2975f863ea4c4aea54c0bd5f38f3e095d Mon Sep 17 00:00:00 2001 From: ZiuChen Date: Sun, 17 Nov 2024 21:54:43 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20pnpm=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1684e403..dcc923c5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,13 +16,13 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '22' - name: Install pnpm uses: pnpm/action-setup@v4 id: pnpm-install with: - version: 8 + version: 9.13.2 run_install: true - name: Build VitePress site diff --git a/package.json b/package.json index 9a54d0b4..0d08b219 100644 --- a/package.json +++ b/package.json @@ -18,5 +18,5 @@ "swiper": "^11.1.14", "vitepress": "1.5.0" }, - "packageManager": "pnpm@9.13.2+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a" + "packageManager": "pnpm@9.13.2" }