Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhei authored and ruiaraujo committed Apr 2, 2021
1 parent 3e7f0db commit 210cd25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
path: ~/.npm
key: ${{ runner.OS }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.OS }-node-${{ matrix.node-version }}-
${{ runner.OS }-node-
${{ runner.OS }-
${{ runner.OS }}-node-${{ matrix.node-version }}-
${{ runner.OS }}-node-
${{ runner.OS }}-
- name: Install dependencies
run: npm ci
- name: Build and test
Expand Down

0 comments on commit 210cd25

Please sign in to comment.