@airfleet/generator-init 0.29.1 → 0.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -25,18 +25,6 @@ jobs:
|
|
|
25
25
|
uses: actions/setup-node@v3
|
|
26
26
|
with:
|
|
27
27
|
node-version: 16
|
|
28
|
-
cache: "npm"
|
|
29
|
-
|
|
30
|
-
- name: ⚙️ Get Composer cache directory
|
|
31
|
-
id: composer-cache
|
|
32
|
-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
|
33
|
-
|
|
34
|
-
- name: ⚙️ Cache Composer dependencies
|
|
35
|
-
uses: actions/cache@v3
|
|
36
|
-
with:
|
|
37
|
-
path: ${{ steps.composer-cache.outputs.dir }}
|
|
38
|
-
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
|
|
39
|
-
restore-keys: ${{ runner.os }}-composer-
|
|
40
28
|
|
|
41
29
|
- name: 🔨 Increase composer timeout
|
|
42
30
|
run: composer --global config process-timeout 1500
|
|
@@ -27,18 +27,6 @@ jobs:
|
|
|
27
27
|
uses: actions/setup-node@v3
|
|
28
28
|
with:
|
|
29
29
|
node-version: 16
|
|
30
|
-
cache: "npm"
|
|
31
|
-
|
|
32
|
-
- name: ⚙️ Get Composer cache directory
|
|
33
|
-
id: composer-cache
|
|
34
|
-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
|
35
|
-
|
|
36
|
-
- name: ⚙️ Cache Composer dependencies
|
|
37
|
-
uses: actions/cache@v3
|
|
38
|
-
with:
|
|
39
|
-
path: ${{ steps.composer-cache.outputs.dir }}
|
|
40
|
-
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
|
|
41
|
-
restore-keys: ${{ runner.os }}-composer-
|
|
42
30
|
|
|
43
31
|
- name: 🔨 Increase composer timeout
|
|
44
32
|
run: composer --global config process-timeout 1500
|
|
@@ -31,19 +31,6 @@ jobs:
|
|
|
31
31
|
uses: actions/setup-node@v3
|
|
32
32
|
with:
|
|
33
33
|
node-version: 16
|
|
34
|
-
cache: "npm"
|
|
35
|
-
cache-dependency-path: "./wp-content/themes/airfleet-lightyear/package-lock.json"
|
|
36
|
-
|
|
37
|
-
- name: ⚙️ Get Composer cache directory
|
|
38
|
-
id: composer-cache
|
|
39
|
-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
|
40
|
-
|
|
41
|
-
- name: ⚙️ Cache Composer dependencies
|
|
42
|
-
uses: actions/cache@v3
|
|
43
|
-
with:
|
|
44
|
-
path: ${{ steps.composer-cache.outputs.dir }}
|
|
45
|
-
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
|
|
46
|
-
restore-keys: ${{ runner.os }}-composer-
|
|
47
34
|
|
|
48
35
|
- name: 🔨 Increase composer timeout
|
|
49
36
|
run: composer --global config process-timeout 1500
|