From 9214eb8465070f42cf2f021a7735577c564fbf8e Mon Sep 17 00:00:00 2001 From: syfxlin Date: Thu, 17 Oct 2024 00:14:17 +0800 Subject: [PATCH] fix(ci): Fix GitHub Actions --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cee8223..0f8014a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,9 +12,9 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Setup PNPM - uses: pnpm/action-setup@v2.4.0 + uses: pnpm/action-setup@v4 with: - version: 8.12.1 + version: 9.5.0 - name: Setup Node.js uses: actions/setup-node@v4 with: