Skip to content

Commit

Permalink
Update setup-pnpm script (#1204)
Browse files Browse the repository at this point in the history
* Update setup-pnpm script
  • Loading branch information
thekevinscott authored Oct 11, 2023
1 parent b41a672 commit 190e498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
uses: actions/setup-node@v3
with:
node-version: ${{ inputs.node-version }}
# cache: 'pnpm'
cache: 'pnpm'

- name: Install dependencies
shell: bash
Expand Down

0 comments on commit 190e498

Please sign in to comment.