Skip to content

Commit 28d37dd

Browse files
Copilothotlong
andcommitted
fix: add pnpm and node setup to dependabot workflow for merge driver
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 6cb562d commit 28d37dd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/dependabot-auto-merge.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v4
1818

19+
- name: Setup pnpm
20+
uses: pnpm/action-setup@v4
21+
with:
22+
version: 10
23+
24+
- name: Setup Node.js
25+
uses: actions/setup-node@v4
26+
with:
27+
node-version: '20.x'
28+
cache: 'pnpm'
29+
1930
- name: Configure Git merge driver for pnpm-lock.yaml
2031
run: |
2132
# Configure custom merge driver for pnpm-lock.yaml

0 commit comments

Comments
 (0)