From db16b8cfc0f2a543a7d355145993b330c743bc96 Mon Sep 17 00:00:00 2001 From: Caleb Sacks <16855387+clabe45@users.noreply.github.com> Date: Sun, 16 Jul 2023 16:30:43 -0500 Subject: [PATCH] :rewind: Revert ":hammer: Cache npm dependencies in main workflow" This was causing karma to randomly disconnect from the browser. This reverts commit b16415152578924e15a2820047735f393cbe2716. --- .github/workflows/nodejs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 4468fa9f..7437ec2b 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -15,11 +15,9 @@ jobs: steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - cache: 'npm' - cache-dependency-path: 'package-lock.json' - name: Update npm run: | npm i -g npm@^7.x