@rharkor/caching-for-turbo 2.3.11 → 2.3.13
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.
- package/README.md +3 -3
- package/dist/cli/136.index.js +512 -329
- package/dist/cli/136.index.js.map +1 -1
- package/dist/cli/360.index.js +3 -3
- package/dist/cli/360.index.js.map +1 -1
- package/dist/cli/443.index.js +362 -228
- package/dist/cli/443.index.js.map +1 -1
- package/dist/cli/579.index.js +9 -1
- package/dist/cli/579.index.js.map +1 -1
- package/dist/cli/605.index.js +1 -1
- package/dist/cli/605.index.js.map +1 -1
- package/dist/cli/762.index.js +363 -192
- package/dist/cli/762.index.js.map +1 -1
- package/dist/cli/869.index.js +2 -2
- package/dist/cli/956.index.js +16 -899
- package/dist/cli/956.index.js.map +1 -1
- package/dist/cli/998.index.js +549 -865
- package/dist/cli/998.index.js.map +1 -1
- package/dist/cli/index.js +184416 -187137
- package/dist/cli/licenses.txt +0 -409
- package/dist/cli/worker.js +18 -13
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -98,7 +98,7 @@ the following step **before** you run `turbo build`:
|
|
|
98
98
|
|
|
99
99
|
```yaml
|
|
100
100
|
- name: Cache for Turbo
|
|
101
|
-
uses: rharkor/caching-for-turbo@v2.
|
|
101
|
+
uses: rharkor/caching-for-turbo@v2.3.12
|
|
102
102
|
```
|
|
103
103
|
|
|
104
104
|
This GitHub Action facilitates:
|
|
@@ -253,7 +253,7 @@ Example S3 configuration:
|
|
|
253
253
|
|
|
254
254
|
```yaml
|
|
255
255
|
- name: Cache for Turbo
|
|
256
|
-
uses: rharkor/caching-for-turbo@v2.
|
|
256
|
+
uses: rharkor/caching-for-turbo@v2.3.12
|
|
257
257
|
with:
|
|
258
258
|
provider: s3
|
|
259
259
|
s3-bucket: my-turbo-cache-bucket
|
|
@@ -289,7 +289,7 @@ Example with cleanup configuration:
|
|
|
289
289
|
|
|
290
290
|
```yaml
|
|
291
291
|
- name: Cache for Turbo
|
|
292
|
-
uses: rharkor/caching-for-turbo@v2.
|
|
292
|
+
uses: rharkor/caching-for-turbo@v2.3.12
|
|
293
293
|
with:
|
|
294
294
|
provider: s3
|
|
295
295
|
s3-bucket: my-turbo-cache-bucket
|