Skip to content

Commit

Permalink
chore: try caret
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 26, 2024
1 parent f201322 commit 977879f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`
}

Expand Down

0 comments on commit 977879f

Please sign in to comment.