From 5e92fdf9096ad50f8b384d34494ef0b3b05eb0c5 Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Fri, 29 May 2020 23:15:15 -0700 Subject: [PATCH] debug(action): drop pnpm :'( --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d15f7b..2ba541e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,6 @@ jobs: with: node-version: ${{ matrix.nodejs }} - - name: (env) pnpm - run: curl -L https://github.com/raw/pnpm/self-installer/master/install.js | node - - name: (cache) restore uses: actions/cache@master with: @@ -26,8 +23,8 @@ jobs: - name: Install run: | - pnpm install - pnpm add -g nyc@13 + npm install + npm install -g nyc@13 - name: Test w/ Coverage run: nyc --include=src npm test