From a90a666c83eb30b062232d691fd014e639ffb6ca Mon Sep 17 00:00:00 2001 From: Sheik Althaf Date: Thu, 12 Oct 2023 18:56:22 +0530 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 349f02f..8428e3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,10 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - cache: 'pnpm' + cache: 'npm' + - name: Setup pnpm + uses: pnpm/action-setup@v2.4.0 + - run: pnpm ci - run: pnpm run build --if-present - run: pnpm test