From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pj1-f45.google.com (mail-pj1-f45.google.com [209.85.216.45]) by mx.groups.io with SMTP id smtpd.web12.1847.1623695687669758403 for ; Mon, 14 Jun 2021 11:34:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=QO0LPI5m; spf=pass (domain: gmail.com, ip: 209.85.216.45, mailfrom: kuqin12@gmail.com) Received: by mail-pj1-f45.google.com with SMTP id m13-20020a17090b068db02901656cc93a75so98441pjz.3 for ; Mon, 14 Jun 2021 11:34:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=Qn5AIiBOPgZHBgGP/bnm/NDrjnsl5RbkVWdKpLc/1t8=; b=QO0LPI5ml4FRWxt1GcR36LSWdN8vwZG8HN6eT1vawmQ21SyGWw7jgk+Fm3It4L1Qnh 2LnTWkz0fgMRUJ73RvFq4bSM4IB6pMAlmfPkYiUsahHFDXninmBmSoIXvVy1eVh19MLl qUI07yaYt5VWqfIL2wrh2RMUAuZ+MAqnyQ0JcJwH95YUKFJoOTEg3Pi5CQgD89GHoMjn om6Q0EfljB8RpqY/0UVfDYD1ojwsEhURfvdDDPGGUawv609lj66bXpHVkKmviG/XdyHl y5rMUq+m6/Eas8JJl985fspSyBwynCIQSlDhFQMIKp5Qtin2SExTBtzPcLGVSc83usyD zJvQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Qn5AIiBOPgZHBgGP/bnm/NDrjnsl5RbkVWdKpLc/1t8=; b=SGhM6gN3c2QE/DJCM77pUhMqNNoAYG0Ww0KDhrFD8UIWbEJokyK0ukVRn14O9yXiAw mX5AcIn4wRZRyuBDRbTXLur+rGVaEopdlpreGzKatg0hlbf0kdC2SF27tOA9AIuoR6ew mNgGibaBfIam6E+lumjNDohGUpV+LU1fUbClDJWI1bj3xU6L3EZv3A/3KDME8uFzVtIi B/QOdoTaobMy+TDWdx/M8ov0BtHSZvrNWF28ywvi/kiGO5P/6IrVUf4Qn8JllZbSR4W3 TV4XZhes4BTaN88qgGcGuvubVCAxOMz40lpZH/2LTsmPdqTDCEiphNcNmyptnoHlzlof UdGQ== X-Gm-Message-State: AOAM530w4JzrSOtkEEDtX9wANdQGwJ5LTHU68ngZ3nbIhC20IzDUySxa WbcjxbOpZeqUUErI2KZSa3sygQHxP1k85w== X-Google-Smtp-Source: ABdhPJxgViNQaZK6KsYAUs9d2gfuY0hgOItwRY57Xhgr6fsgjIl7hFqNaqhr1lsnC2DFWCzsiqcyWw== X-Received: by 2002:a17:90a:24a:: with SMTP id t10mr20799602pje.178.1623695687031; Mon, 14 Jun 2021 11:34:47 -0700 (PDT) Return-Path: Received: from localhost.localdomain ([50.35.88.161]) by smtp.gmail.com with ESMTPSA id h20sm13056446pfq.83.2021.06.14.11.34.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Jun 2021 11:34:46 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Sean Brogan , Bret Barkelew , Michael D Kinney , Liming Gao , Ard Biesheuvel Subject: [PATCH v2 4/4] Azurepipeline: SpellCheck: Enforce Node dependency to use version 14.x Date: Mon, 14 Jun 2021 11:34:31 -0700 Message-Id: <20210614183431.1657-5-kuqin12@gmail.com> X-Mailer: git-send-email 2.31.1.windows.1 In-Reply-To: <20210614183431.1657-1-kuqin12@gmail.com> References: <20210614183431.1657-1-kuqin12@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3445 Per update from Cspell tool, the minimal requirement of Cspell 5.x regarding Node is 12 and above. This has caused multple Cspell failures during CI build validation: "Failed to process "**.c" TypeError: text.matchAll(...) is not a function or its return value is not iterable" This change updates the lowest required node version to 14.x to support Cspell functionalities. Cc: Sean Brogan Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Kun Qin Reviewed-by: Ard Biesheuvel --- Notes: v2: - Added reviewed-by tag [Ard] .azurepipelines/templates/spell-check-prereq-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azurepipelines/templates/spell-check-prereq-steps.yml b/.azurepipelines/templates/spell-check-prereq-steps.yml index e1570d4f2aac..98ee3cfa6bc6 100644 --- a/.azurepipelines/templates/spell-check-prereq-steps.yml +++ b/.azurepipelines/templates/spell-check-prereq-steps.yml @@ -13,7 +13,7 @@ parameters: steps: - task: NodeTool@0 inputs: - versionSpec: '10.x' + versionSpec: '14.x' #checkLatest: false # Optional condition: and(gt(variables.pkg_count, 0), succeeded()) -- 2.31.1.windows.1