From f7f93a39772a367fc035cb2cc6b6f21e8077cc3e Mon Sep 17 00:00:00 2001 From: Brian Muller Date: Fri, 26 Apr 2024 12:50:44 -0400 Subject: [PATCH] remove optional only installation in GA --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd6a202..c79d61c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} cache: pnpm - - run: pnpm install --no-optional + - run: pnpm install - run: pnpm lint - run: pnpm test - run: pnpm build