From afecacbb4948fc683d797f6cc18f884b8d915405 Mon Sep 17 00:00:00 2001 From: Sheik Althaf Date: Thu, 12 Oct 2023 18:57:59 +0530 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8428e3a..f796d7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,9 +23,9 @@ jobs: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 - with: - node-version: ${{ matrix.node-version }} - cache: 'npm' + # with: + # node-version: ${{ matrix.node-version }} + # cache: 'npm' - name: Setup pnpm uses: pnpm/action-setup@v2.4.0