2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-10 07:52:23 +03:00

add cache

This commit is contained in:
Jeff Sagal
2022-02-18 16:31:35 -08:00
parent 734f68697e
commit 60b23e94f4
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 14
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
+2
View File
@@ -8,6 +8,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 14
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
@@ -30,6 +31,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 14
cache: yarn
- name: Install dependencies
run: |