File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Load diff This file was deleted.
Original file line number Diff line number Diff line change 88 - v*
99 paths-ignore :
1010 - " docs/**"
11- - " **/README .md"
11+ - " **/* .md"
1212 pull_request :
1313 paths-ignore :
1414 - " docs/**"
@@ -24,15 +24,14 @@ permissions:
2424jobs :
2525 test :
2626 name : " 🧪 Test: (Node: ${{ matrix.node }})"
27+ runs-on : ubuntu-latest
2728 strategy :
2829 fail-fast : false
2930 matrix :
3031 node :
3132 - 22.22
3233 - 24
3334
34- runs-on : ubuntu-latest
35-
3635 steps :
3736 - name : ⬇️ Checkout repo
3837 uses : actions/checkout@v6
4746 cache : pnpm
4847 check-latest : true
4948
50- # TODO: Track and renable once this has been fixed: https://github.com/google/wireit/issues/1297
51- # - uses: google/wireit@setup-github-actions-caching/v2
49+ - name : Setup wireit cache ${{ matrix.node }}
50+ uses : google/wireit@setup-github-actions-caching/v2.0.4
5251
5352 - name : Disable GitHub Actions Annotations
5453 run : |
You can’t perform that action at this time.
0 commit comments