We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c3a6d commit ba2b4d4Copy full SHA for ba2b4d4
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: gozala/typescript-error-reporter-action@v1.0.8
21
- run: npx aegir build
22
- run: npx aegir dep-check
23
- - uses: ipfs/aegir/actions/bundle-size@master
+ - uses: ipfs/aegir/actions/bundle-size@v32.1.0
24
name: size
25
with:
26
github_token: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -124,6 +124,7 @@
124
"set-delayed-interval": "^1.0.0",
125
"streaming-iterables": "^6.0.0",
126
"timeout-abort-controller": "^1.1.1",
127
+ "uint8arrays": "^2.1.3",
128
"varint": "^6.0.0",
129
"wherearewe": "^1.0.0",
130
"xsalsa20": "^1.1.0"
@@ -165,7 +166,6 @@
165
166
"p-wait-for": "^3.2.0",
167
"rimraf": "^3.0.2",
168
"sinon": "^11.1.1",
- "uint8arrays": "^2.1.3",
169
"util": "^0.12.3"
170
},
171
"contributors": [
0 commit comments