test caching in workflow
parent
a04df4b3ab
commit
00b2d05901
|
|
@ -15,6 +15,7 @@ jobs:
|
|||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '16'
|
||||
cache: 'npm'
|
||||
- name: Install Application
|
||||
run: |
|
||||
npm ci
|
||||
|
|
|
|||
Loading…
Reference in New Issue