From e981ba6cbad847d71baa2176488e481f6b6afd08 Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Mon, 17 Jan 2022 12:27:19 -0800 Subject: [PATCH] chore(ci): generalize pnpm install step --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fec2962..9874935 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: node-version: ${{ matrix.nodejs }} - name: (env) pnpm - run: curl -L https://raw.githubusercontent.com/pnpm/self-installer/master/install.js | node + run: npm install -g pnpm - name: Install run: pnpm install