Skip to content

Commit

Permalink
enable pnpm cache for Playwright tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm007 committed Dec 19, 2023
1 parent 1d185e3 commit 0f0c241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
uses: actions/setup-node@main
with:
node-version-file: '.nvmrc'
cache: 'pnpm'

- name: Install Dependencies
run: pnpm i
Expand Down

0 comments on commit 0f0c241

Please sign in to comment.