From 672021fbf1e243ebb2c5104fc07f3f691ded0a5b Mon Sep 17 00:00:00 2001 From: Victor Korzunin <5180700+floydspace@users.noreply.github.com> Date: Sat, 31 Dec 2022 14:13:16 +0100 Subject: [PATCH] ci: add pnpm in github action runtime --- .github/workflows/pull.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 49a4a52d..574a1a82 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -18,6 +18,9 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: npm + - uses: pnpm/action-setup@v2 + with: + version: 7 - run: npm ci - run: npm test - run: npm run test:e2e