Skip to content

Commit

Permalink
ci: override nitro as well
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 21, 2024
1 parent dd58245 commit 2590a45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ export async function runInRepo(options: RunOptions & RepoOptions) {
overrides['@nuxt/test-utils'] ??= `npm:@nuxt/test-utils-nightly`
}
if (process.env.NITRO_VERSION === 'v3 nightly') {
overrides['nitro'] ??= `npm:nitropack-nightly@3x`
overrides['nitropack'] ??= `npm:nitropack-nightly@3x`
overrides['h3'] ??= `npm:h3-nightly@2x`
} else if (process.env.NITRO_VERSION === 'v2 nightly') {
Expand Down

0 comments on commit 2590a45

Please sign in to comment.