From 38da45dd3e28cfd784b28f7d109cd5da3bb7d6a1 Mon Sep 17 00:00:00 2001 From: bmappi <166033030+bmappi@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:09:22 +0200 Subject: [PATCH] Update frontend.yml --- .github/workflows/frontend.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 80a1002..9d7b723 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -32,7 +32,6 @@ jobs: uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 with: - version: 8 run_install: | - recursive: true args: [--frozen-lockfile, --strict-peer-dependencies]