Upgrade GitHub action/cache to v3 #221

This commit is contained in:
Daniel Knittl-Frank 2022-10-26 10:26:13 +02:00
parent 18afaccd24
commit c06a0929be

View File

@ -18,7 +18,7 @@ jobs:
cache: 'npm' cache: 'npm'
- name: Restore cache - name: Restore cache
uses: actions/cache@v2 uses: actions/cache@v3
with: with:
path: | path: |
**/node_modules **/node_modules