]> git.proxmox.com Git - mirror_edk2.git/commitdiff
.azurepipelines: Fix cspell version to v5.20.0
authorMichael Kubacki <michael.kubacki@microsoft.com>
Tue, 17 May 2022 21:54:36 +0000 (17:54 -0400)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 19 May 2022 03:02:14 +0000 (03:02 +0000)
The v5.21.0 update introduced a number of new issues that might
impact stable tag integration so this fixes the version to the
previous release.

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This value can be revisited in the future to update the

.azurepipelines/templates/spell-check-prereq-steps.yml

index 98ee3cfa6bc61d7e6b70bc95b1c86cc1f97a9b89..226909d54c4edece24330348e72162c27e7bb6e1 100644 (file)
@@ -17,6 +17,6 @@ steps:
     #checkLatest: false # Optional\r
   condition: and(gt(variables.pkg_count, 0), succeeded())\r
 \r
-- script: npm install -g cspell\r
+- script: npm install -g cspell@5.20.0\r
   displayName: 'Install cspell npm'\r
   condition: and(gt(variables.pkg_count, 0), succeeded())\r