Skip to content

Commit d5d3f93

Browse files
committed
Re-enable pnpm cache
1 parent eaa314d commit d5d3f93

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/TestPWTCommands.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
5050
with:
5151
node-version: ${{ matrix.node == 18 && '18.15.0' || matrix.node }}
52+
cache: 'pnpm'
5253

5354
- name: "Installing dependencies"
5455
if: true || steps.filter.outputs.packages == 'true' || steps.filter.outputs.tests == 'true'

0 commit comments

Comments
 (0)