Skip to content

Commit

Permalink
⏪ Revert "🔨 Cache npm dependencies in main workflow"
Browse files Browse the repository at this point in the history
This was causing karma to randomly disconnect from the browser.

This reverts commit b164151.
  • Loading branch information
clabe45 committed Jul 16, 2023
1 parent e50ec9c commit db16b8c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db16b8c

Please sign in to comment.