From 63cecb0b161a331e7c87feedcb44e528808197f5 Mon Sep 17 00:00:00 2001 From: Connor Sullivan Date: Sun, 11 Aug 2024 12:12:35 -0400 Subject: [PATCH] Fix pnpm setup in pipeline --- .github/workflows/pipeline.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index bc53ef0..afd3183 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -25,8 +25,6 @@ jobs: - name: Use pnpm uses: pnpm/action-setup@v4 - with: - version: 9 - name: Use Node.js uses: actions/setup-node@v4