Skip to content

Commit

Permalink
debug(ci): remove pnpm cache flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Apr 24, 2023
1 parent 3d201ce commit 6d27d72
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -11,14 +11,13 @@ jobs:
nodejs: [10, 12, 14, 16, 18]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.nodejs }}
- uses: pnpm/action-setup@v2.2.4
with:
version: 7.13.5
run_install: false
- uses: actions/setup-node@v3
with:
cache: 'pnpm'
node-version: ${{ matrix.nodejs }}

- name: Install
run: pnpm install
Expand Down

0 comments on commit 6d27d72

Please sign in to comment.