Skip to content

Commit

Permalink
Stop using the cache for old-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Jul 18, 2022
1 parent 85316d1 commit 26efe34
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/old-test.yml
Expand Up @@ -30,14 +30,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Cache Node dependencies
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Install dependencies
run: npm install

Expand Down

0 comments on commit 26efe34

Please sign in to comment.