Merge pull request #224 from knittl/221-github-workflows-cache-v3

Upgrade GitHub action/cache to v3 #221
This commit is contained in:
Ariful Alam 2022-10-26 14:56:07 +06:00 committed by GitHub
commit 5ca5cff5d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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