Skip to content

Commit

Permalink
chore(prettier): update and run (vercel#4441)
Browse files Browse the repository at this point in the history
  • Loading branch information
tknickman authored Apr 3, 2023
1 parent 1bffb1d commit 3f3f831
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/next-integration-stat/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ async function getTestResultDiffBase(
}

return acc.date >= date ? acc : { date, value };
}, null as any as { date: Date; value: typeof testResultJsonTree[0] });
}, null as any as { date: Date; value: (typeof testResultJsonTree)[0] });

if (!actualTestResultTree || !actualTestResultTree?.value?.sha) {
console.log("There is no test results json stored in the base yet");
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"lint-staged": "^13.1.0",
"next": "^13.0.6",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.1",
"prettier": "^2.8.7",
"semver": "^7.3.8",
"typescript": "^4.9.4"
},
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3f3f831

Please sign in to comment.