Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 061d77c

Browse files
authoredJan 31, 2021
chore: update deps (#3514)
BREAKING CHANGE: ipfs-repo upgrade requires repo migration to v10
1 parent 7e188f2 commit 061d77c

File tree

181 files changed

+693
-687
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+693
-687
lines changed
 

‎.github/workflows/bundlesize.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [12.x]
13+
node-version: [14.x]
1414
project:
1515
- packages/ipfs-core-utils
1616
- packages/ipfs-core

‎.github/workflows/typecheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [12.x]
12+
node-version: [14.x]
1313
project:
1414
- packages/ipfs-core-utils
1515
- packages/ipfs-core

0 commit comments

Comments
 (0)