diff --git a/.github/workflows/e2e-angular-cli-workflow.yml b/.github/workflows/e2e-angular-cli-workflow.yml index f08461065..717079cd1 100644 --- a/.github/workflows/e2e-angular-cli-workflow.yml +++ b/.github/workflows/e2e-angular-cli-workflow.yml @@ -53,7 +53,7 @@ jobs: with: node-version: 14.x - name: 'install latest npm' - run: npm i -g npm + run: npm i -g npm@latest-6 - name: Install Dependencies run: yarn install - name: 'Run verdaccio in the background' diff --git a/.github/workflows/e2e-gatsbyjs-cli-workflow.yml b/.github/workflows/e2e-gatsbyjs-cli-workflow.yml index b61e11554..5e7c0ee26 100644 --- a/.github/workflows/e2e-gatsbyjs-cli-workflow.yml +++ b/.github/workflows/e2e-gatsbyjs-cli-workflow.yml @@ -19,7 +19,7 @@ jobs: with: node-version: 14.x - name: 'install latest npm' - run: npm i -g npm + run: npm i -g npm@latest-6 - name: Install Dependencies run: yarn install - name: 'Run verdaccio in the background' diff --git a/.github/workflows/e2e-jest-workflow.yml b/.github/workflows/e2e-jest-workflow.yml index f20d28935..ff3426004 100644 --- a/.github/workflows/e2e-jest-workflow.yml +++ b/.github/workflows/e2e-jest-workflow.yml @@ -84,7 +84,7 @@ jobs: with: node-version: 10.x - name: 'install latest npm' - run: npm i -g npm + run: npm i -g npm@latest-6 - name: Install Dependencies run: yarn install - name: 'Run verdaccio in the background' @@ -117,7 +117,7 @@ jobs: with: node-version: 10.x - name: 'install latest npm' - run: npm i -g npm@next-7 + run: npm i -g npm - name: Install Dependencies run: yarn install - name: 'Run verdaccio in the background'