From e8d8f1ef3f4766c83d0d127025bb7c9984d72fd1 Mon Sep 17 00:00:00 2001 From: isaacs Date: Mon, 21 Feb 2022 12:39:40 -0800 Subject: [PATCH] ci: always use latest npm --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13c3032f..850f5056 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,9 @@ jobs: with: node-version: ${{ matrix.node-version }} + - name: Use latest npm + run: npm i -g npm@latest + - name: Install dependencies run: npm install