Skip to content

Commit

Permalink
chore: for now limit dependency upgrade to patch
Browse files Browse the repository at this point in the history
This is related to build breakages due to Octokit.
  • Loading branch information
Jason3S committed Jun 10, 2023
1 parent be4395b commit 1f41185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"smoke-test": "env-cmd -f ./fixtures/pull_request.json node ./action/lib/main_root.js",
"watch": "tsc -p . --watch",
"test": "yarn workspace action-src test",
"update-packages": "yarn upgrade && npx package-json-dependency-updater -u && yarn"
"update-packages": "yarn upgrade --latest --tilde && npx package-json-dependency-updater -u && yarn"
},
"workspaces": {
"packages": [
Expand Down

0 comments on commit 1f41185

Please sign in to comment.