2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

Update test.yml

This commit is contained in:
Jeff Sagal
2022-07-17 12:28:21 -07:00
parent 9eb6e5a1f5
commit f4f04acdf5
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
- uses: actions/cache@v3
id: yarn-cache
with:
path: node_modules
path: '**/node_modules'
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: ${{ runner.os }}-yarn-