chore: update outdated reference to versions.json (#28)
This commit is contained in:
parent
877e3e0632
commit
d4873ceeec
|
@ -61,7 +61,7 @@ async function resolveVersion({ range, isCanary }) {
|
||||||
}
|
}
|
||||||
|
|
||||||
const res = await fetch(
|
const res = await fetch(
|
||||||
"https://raw.githubusercontent.com/denoland/deno_website2/main/versions.json",
|
"https://raw.githubusercontent.com/denoland/dotland/main/versions.json",
|
||||||
);
|
);
|
||||||
if (res.status !== 200) {
|
if (res.status !== 200) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
|
|
Loading…
Reference in New Issue