Skip to content

Commit 3e2e1a4

Browse files
authored
Merge pull request #130 from multiformats/master-upgrade
upgrade@19711695739
2 parents c431156 + 4827d38 commit 3e2e1a4

File tree

12 files changed

+126
-31
lines changed

12 files changed

+126
-31
lines changed

.github/workflows/apply.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/setup-node@v6
3636
with:
3737
node-version: lts/*
38-
cache: false
38+
cache: ''
3939
- run: pnpm install --frozen-lockfile && pnpm run build
4040
working-directory: scripts
4141
- name: Find sha for plan

.github/workflows/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/setup-node@v6
4747
with:
4848
node-version: lts/*
49-
cache: false
49+
cache: ''
5050
- name: Initialize scripts
5151
run: pnpm install --frozen-lockfile && pnpm run build
5252
working-directory: scripts

.github/workflows/fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/setup-node@v6
109109
with:
110110
node-version: lts/*
111-
cache: false
111+
cache: ''
112112
- name: Initialize scripts
113113
run: pnpm install --frozen-lockfile && pnpm run build
114114
working-directory: scripts

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/setup-node@v6
4545
with:
4646
node-version: lts/*
47-
cache: false
47+
cache: ''
4848
- name: Initialize scripts
4949
run: pnpm install --frozen-lockfile && pnpm run build
5050
working-directory: scripts

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/setup-node@v6
9090
with:
9191
node-version: lts/*
92-
cache: false
92+
cache: ''
9393
- name: Sync
9494
run: |
9595
pnpm install --frozen-lockfile

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/setup-node@v6
3030
with:
3131
node-version: lts/*
32-
cache: false
32+
cache: ''
3333
- run: pnpm install --frozen-lockfile && pnpm run build
3434
working-directory: scripts
3535
- name: Update PRs

.sync

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19604246461
1+
19713400638

0 commit comments

Comments
 (0)