diff --git a/.prettierignore b/.prettierignore index 6a4a3c8297..4900a9bf72 100644 --- a/.prettierignore +++ b/.prettierignore @@ -2,3 +2,4 @@ dist/ modules/ out/ .config/ +*.lock.yml diff --git a/test/features/UpdatePowerShell.test.ts b/test/features/UpdatePowerShell.test.ts index ef5049b43e..187331701e 100644 --- a/test/features/UpdatePowerShell.test.ts +++ b/test/features/UpdatePowerShell.test.ts @@ -130,7 +130,7 @@ describe("UpdatePowerShell feature", function () { // NOTE: This will need to be updated each new major stable. // TODO: Upstream bug causes LTS releases to update the stable info. // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing - assert(tag?.startsWith("v7.5") || tag?.startsWith("v7.4")); + assert(tag?.startsWith("v7.6") || tag?.startsWith("v7.4")); }); }); });