Skip to content

Commit

Permalink
debug(action): drop pnpm :'(
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed May 30, 2020
1 parent 768ffab commit 5e92fdf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
with:
node-version: ${{ matrix.nodejs }}

- name: (env) pnpm
run: curl -L https://raw.githubusercontent.com/pnpm/self-installer/master/install.js | node

- name: (cache) restore
uses: actions/cache@master
with:
Expand All @@ -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
Expand Down

0 comments on commit 5e92fdf

Please sign in to comment.