Skip to content

Commit

Permalink
fixup! fix: fallback to shasum when integrity is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Jul 19, 2024
1 parent 553dd43 commit d6106e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ it(`should download latest pnpm from custom registry`, async () => {
stdout: `pnpm: Hello from custom registry\n`,
stderr:

Check failure on line 902 in tests/main.test.ts

View workflow job for this annotation

GitHub Actions / Testing chores

Trailing spaces not allowed
`! The local project doesn't define a 'packageManager' field. Corepack will now add one referencing [email protected]+sha1.d862ca5bedaa7d2328b8bde6ce2bac5141681f48.\n` +
`! For more details about this field, consult the documentation at https://nodejs.org/api/packages.html#packagemanager\n`,
`! For more details about this field, consult the documentation at https://nodejs.org/api/packages.html#packagemanager\n\n`,
});

// Should keep working with cache
Expand Down

0 comments on commit d6106e2

Please sign in to comment.