From 224bfeba75d5eae5afbd1803f3e3c994b44fdaaa Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Sun, 9 Jan 2022 19:47:00 -0500 Subject: [PATCH] cherry-pick(release-1.17): chore: fix test-package-installation tests on Node.js 12 (#10756) (#11275) --- .github/workflows/tests_secondary.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests_secondary.yml b/.github/workflows/tests_secondary.yml index 8318a5a108..547f7f9f59 100644 --- a/.github/workflows/tests_secondary.yml +++ b/.github/workflows/tests_secondary.yml @@ -125,7 +125,8 @@ jobs: - uses: actions/setup-node@v2 with: node-version: ${{ matrix.node_version }} - - run: npm i -g npm@8 + # NPM 7 is the latest version which supports Node.js 12.0.0 + - run: npm i -g npm@7 - run: npm ci env: DEBUG: pw:install