Skip to content

Commit

Permalink
Bring back cache (#1233)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekevinscott authored Oct 17, 2023
1 parent 9de1206 commit df41223
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 df41223

Please sign in to comment.