Skip to content

Commit

Permalink
Add npm cache to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
timoxley committed Feb 3, 2022
1 parent aae8411 commit a350bf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '${{ matrix.node-version }}'
cache: 'npm'
- uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit a350bf2

Please sign in to comment.