From 8b216211afc1a6fdbe06c3dc4715625617e11ff2 Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 15 Jun 2023 22:21:09 +0800 Subject: [PATCH] chore: update pnpm version in github actions --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e6cb94f..0be1678 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2.2.4 with: - version: 8.0.0 + version: 8 - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: @@ -53,7 +53,7 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2.2.4 with: - version: 8.0.0 + version: 8 - uses: actions/setup-node@v3 with: node-version: "18"