From db4761d349b1fd5cfabfd00d75504835871f93fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Quixada=CC=81?= Date: Sun, 2 Jul 2023 15:19:32 -0400 Subject: [PATCH] Revert "chore: tests npm install --offline in check security" This reverts commit b2bd5e1521bb2fa9962f6d609a13c142f8eed98a. --- .github/workflows/branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index 6b5515e..67b2d0a 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -44,7 +44,7 @@ jobs: with: path: ~/.npm # this is cache where npm installs from before going out to the network key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }} - - run: npm install --offline + - run: npm install --prefer-offline - run: make secure env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}