From 2e1e8fce8d3dce596fff8c57f873cf7d84176cd4 Mon Sep 17 00:00:00 2001 From: eunnbi Date: Tue, 7 Jan 2025 20:35:29 +0900 Subject: [PATCH] chore(fe): update ci workflow --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b3a334f1..070e11bb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,11 +126,6 @@ jobs: fetch-depth: 0 - uses: ./.github/actions/setup-pnpm - with: - install: 'no' - - - name: Install root dev dependencies and next dependency - run: pnpm add -w next@14.2.22 - name: Set up Go uses: actions/setup-go@v5