Skip to content

Commit

Permalink
fix(test): don't use latest sharp (#59074)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsakenHarmony authored Nov 29, 2023
1 parent d6d41dc commit 72388bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/image-optimizer/test/sharp.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('with latest sharp', () => {
packageManager: 'yarn@1.22.19',
})
)
await execa('yarn', ['add', 'sharp'], {
await execa('yarn', ['add', 'sharp@^0.32.0'], {
cwd: appDir,
stdio: 'inherit',
})
Expand Down

0 comments on commit 72388bc

Please sign in to comment.