From acd5c0f31613b14effe2fd3ca943a9ea5912e97e Mon Sep 17 00:00:00 2001 From: Aleks Hudochenkov Date: Thu, 21 Oct 2021 21:00:59 +0200 Subject: [PATCH] Use latest npm in all Node versions --- .github/workflows/nodejs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 8011e52..3a314d3 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -26,6 +26,9 @@ jobs: with: node-version: ${{ matrix.node }} + - name: Install latest npm + run: npm install --global npm@latest + - run: npm -v - run: npm ci