From 977879f91be78cd635289f506379793fffd2e95d Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 26 Jun 2024 10:00:06 +0200 Subject: [PATCH] chore: try caret --- utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.ts b/utils.ts index 4a825771..dc9f9cbe 100644 --- a/utils.ts +++ b/utils.ts @@ -294,7 +294,7 @@ export async function runInRepo(options: RunOptions & RepoOptions) { overrides['nitropack'] ??= `npm:nitropack-nightly@3x` overrides['h3'] ??= `npm:h3-nightly@latest` } else if (process.env.NITRO_VERSION === 'v2 nightly') { - overrides['nitropack'] ??= `npm:nitropack-nightly@latest` + overrides['nitropack'] ??= `npm:nitropack-nightly@^2` overrides['h3'] ??= `npm:h3-nightly@latest` }