Skip to content

Commit 5e92fdf

Browse files
committedMay 30, 2020
debug(action): drop pnpm :'(
1 parent 768ffab commit 5e92fdf

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
 

‎.github/workflows/ci.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
with:
1616
node-version: ${{ matrix.nodejs }}
1717

18-
- name: (env) pnpm
19-
run: curl -L https://raw.githubusercontent.com/pnpm/self-installer/master/install.js | node
20-
2118
- name: (cache) restore
2219
uses: actions/cache@master
2320
with:
@@ -26,8 +23,8 @@ jobs:
2623

2724
- name: Install
2825
run: |
29-
pnpm install
30-
pnpm add -g nyc@13
26+
npm install
27+
npm install -g nyc@13
3128

3229
- name: Test w/ Coverage
3330
run: nyc --include=src npm test

0 commit comments

Comments
 (0)
Please sign in to comment.