From c572f166388bc5be984d8b70a17ff9cb2e544399 Mon Sep 17 00:00:00 2001 From: itsMapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Sat, 6 Aug 2022 00:19:21 -0500 Subject: [PATCH] fix pnpm setup --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 61fa190..688509a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,11 +37,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - uses: pnpm/action-setup@v2 + with: + version: 7.8.0 - uses: actions/setup-node@v2 with: # https://github.com/actions/setup-node#supported-version-syntax node-version: "16" cache: "pnpm" - - run: npm i -g pnpm@7.5.0 - run: pnpm install --frozen-lockfile - run: ${{ matrix.command.run }}