2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00
This commit is contained in:
Jeff Sagal
2022-07-17 12:31:41 -07:00
parent ac9c796c0a
commit 6a3795c9d8
2 changed files with 6 additions and 6 deletions
+6
View File
@@ -14,6 +14,12 @@ jobs:
with:
node-version: 16
cache: yarn
- uses: actions/cache@v3
id: yarn-cache
with:
path: node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: ${{ runner.os }}-yarn-
- name: Install dependencies
run: yarn install --frozen-lockfile
-6
View File
@@ -9,11 +9,6 @@ jobs:
with:
node-version: 16
cache: yarn
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v3
id: yarn-cache
with:
@@ -43,7 +38,6 @@ jobs:
with:
node-version: 16
cache: yarn
- uses: actions/cache@v3
id: yarn-cache
with: