Skip to content

Commit

Permalink
fix(gha): use pnpm cache in graph gha (#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers authored Oct 23, 2023
1 parent 6d75f0a commit c60e8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Node.js 18
uses: actions/setup-node@v3
with:
cache: "yarn"
cache: "pnpm"
node-version: "18.x"
- name: Install
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit c60e8f7

Please sign in to comment.