Skip to content

Commit b260ced

Browse files
authored
Merge branch 'main' into fix/core/slot-controller-initmap
2 parents b64a333 + 940d1e3 commit b260ced

File tree

6 files changed

+21
-8
lines changed

6 files changed

+21
-8
lines changed

.github/workflows/preview.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: POP Debug Info
2323
run: curl https://cachefly.cachefly.net/CacheFlyDebug
2424

25+
# Set up GitHub Actions caching for Wireit.
26+
- uses: google/wireit@setup-github-actions-caching/v2
27+
2528
- run: npm ci --prefer-offline
2629
- run: npm run docs
2730
- run: cat _site/components/icon/demo/custom-icon-sets/index.html

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
with:
1717
node-version: '20'
1818
cache: npm
19+
20+
# Set up GitHub Actions caching for Wireit.
21+
- uses: google/wireit@setup-github-actions-caching/v2
1922

2023
- run: npm ci --prefer-offline
2124
- run: npm run build

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
node-version-file: '.nvmrc'
5656
cache: npm
5757

58+
# Set up GitHub Actions caching for Wireit.
59+
- uses: google/wireit@setup-github-actions-caching/v2
60+
5861
- name: Install dependencies
5962
run: npm ci --prefer-offline
6063

.github/workflows/visual-regression.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
with:
3232
node-version: '20'
3333
cache: npm
34+
35+
# Set up GitHub Actions caching for Wireit.
36+
- uses: google/wireit@setup-github-actions-caching/v2
37+
3438
- run: npm ci --prefer-offline
3539

3640
- name: Visual Regression Tests

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
"postcss-nesting": "^13.0.0",
320320
"prompts": "^2.4.2",
321321
"typescript": "^5.5.4",
322-
"wireit": "^0.14.7",
322+
"wireit": "^0.14.12",
323323
"zero-md": "^3.1.2"
324324
},
325325
"optionalDependencies": {

0 commit comments

Comments
 (0)