Skip to content

Commit 6d40047

Browse files
committed
fix(deps-dev): rollback @vercel/ncc
Version ^0.28.0 causes the action to fail. Issue reported at vercel/ncc#693
1 parent f519dbe commit 6d40047

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

lib/index.js

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

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
@@ -40,7 +40,7 @@
4040
"@types/node": "^12.12.54",
4141
"@typescript-eslint/eslint-plugin": "^4.22.0",
4242
"@typescript-eslint/parser": "^4.22.0",
43-
"@vercel/ncc": "^0.28.3",
43+
"@vercel/ncc": "^0.27.0",
4444
"all-contributors-cli": "^6.20.0",
4545
"eslint": "^7.24.0",
4646
"eslint-config-prettier": "^8.2.0",

0 commit comments

Comments
 (0)