From 34f2886324e565a8f27bba32bae722edd44163d1 Mon Sep 17 00:00:00 2001 From: Danielo Rodriguez Date: Sun, 10 Dec 2023 18:59:04 +0100 Subject: [PATCH] chore: comment out cache --- .github/workflows/pull-request.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 663d081c..ddcdb226 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -7,10 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Use Node.js - uses: actions/setup-node@v3 - with: - cache: "npm" + # - name: Use Node.js + # uses: actions/setup-node@v3 + # with: + # cache: "npm" - run: npm ci - name: Build and Test