Skip to content

Commit

Permalink
Update versions.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
WoLfulus authored Sep 6, 2024
1 parent c605a28 commit 6f388f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export async function main() {
output[release.version] = root;
}

let value = {};
let value: Record<any, any> = {};

let all = {
...output,
Expand Down

0 comments on commit 6f388f1

Please sign in to comment.