[edk2-devel] [PATCH v3 12/14] .azurepipelines: Update cspell version to 5.21.0

Michael Kubacki mikuback at linux.microsoft.com
Wed Dec 14 22:52:50 UTC 2022


From: Michael Kubacki <michael.kubacki at microsoft.com>

- Updates node from 14.x to 19.x to keep current.
- Updates the cspell module used in CI from 5.20.0 to 5.21.0.

Cc: Sean Brogan <sean.brogan at microsoft.com>
Cc: Michael D Kinney <michael.d.kinney at intel.com>
Cc: Liming Gao <gaoliming at byosoft.com.cn>
Signed-off-by: Michael Kubacki <michael.kubacki at microsoft.com>
---
 .azurepipelines/templates/spell-check-prereq-steps.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.azurepipelines/templates/spell-check-prereq-steps.yml b/.azurepipelines/templates/spell-check-prereq-steps.yml
index 226909d54c4e..f219cc529a92 100644
--- a/.azurepipelines/templates/spell-check-prereq-steps.yml
+++ b/.azurepipelines/templates/spell-check-prereq-steps.yml
@@ -13,10 +13,10 @@ parameters:
 steps:
 - task: NodeTool at 0
   inputs:
-    versionSpec: '14.x'
+    versionSpec: '19.x'
     #checkLatest: false # Optional
   condition: and(gt(variables.pkg_count, 0), succeeded())
 
-- script: npm install -g cspell at 5.20.0
+- script: npm install -g cspell at 5.21.0
   displayName: 'Install cspell npm'
   condition: and(gt(variables.pkg_count, 0), succeeded())
-- 
2.28.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#97393): https://edk2.groups.io/g/devel/message/97393
Mute This Topic: https://groups.io/mt/95678217/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list