From 78a8dfde4d61be8f95843463047ed8694c10a006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C3=A1ng=20W=C4=9Bi=20T=C4=81o?= Date: Fri, 9 Aug 2024 15:44:11 +0800 Subject: [PATCH] chore: remove version form pnpm/action-setup --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6090b70..88f510a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,8 +26,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - with: - version: 9 - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }}