From 3bf96edb9587fbc3cf12109fd35bd0aa14b81e15 Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Wed, 20 Nov 2024 18:04:15 +0900 Subject: [PATCH] chore(.github/workflows/ci.yml): remove version field in with of 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 9e44bd6..948cb25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - with: - version: 9.6.0 - uses: actions/setup-node@v4 with: cache: "pnpm"