From: Michael Kubacki <michael.kuba...@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.bro...@microsoft.com> Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Liming Gao <gaolim...@byosoft.com.cn> Signed-off-by: Michael Kubacki <michael.kuba...@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@0 inputs: - versionSpec: '14.x' + versionSpec: '19.x' #checkLatest: false # Optional condition: and(gt(variables.pkg_count, 0), succeeded()) -- script: npm install -g cspell@5.20.0 +- script: npm install -g cspell@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/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-