test caching in workflow

deepsource-autofix-76c6eb20
Dan Gowans 2022-10-20 13:52:16 -04:00
parent a04df4b3ab
commit 00b2d05901
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ jobs:
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
node-version: '16' node-version: '16'
cache: 'npm'
- name: Install Application - name: Install Application
run: | run: |
npm ci npm ci