diff --git a/scripts/update-version.mjs b/scripts/update-version.mjs index 7a31a45f0..4ac990708 100644 --- a/scripts/update-version.mjs +++ b/scripts/update-version.mjs @@ -11,7 +11,7 @@ const nextVersion = async ({ project, currentVersion }) => { .slice(0, 10)}`; const { versions } = await ( - await fetch(`http://registry.npmjs.org/@dfinity/${project}`) + await fetch(`https://registry.npmjs.org/@dfinity/${project}`) ).json(); // The wip version has never been published