Skip to content

Commit

Permalink
ci: don't cache Node.js modules in CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Oct 11, 2020
1 parent 6e5a6a0 commit 404cacc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- name: Cache Node.js modules
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.OS }}-node-
${{ runner.OS }}-
- name: Install dependencies
run: npm ci
- name: Check source code
Expand Down

0 comments on commit 404cacc

Please sign in to comment.