Skip to content

Commit 88be2d0

Browse files
Merge branch 'master' into dependabot/npm_and_yarn/babel/types-7.26.7
2 parents 4e401c4 + 651a157 commit 88be2d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ jobs:
2929
node-version: "lts/*"
3030
cache: pnpm
3131

32+
# Install pnpm explicitly if the action setup doesn't work
3233
- name: Install pnpm
33-
uses: pnpm/action-setup@v4
34+
run: |
35+
npm install -g pnpm
36+
pnpm --version # Confirm installation
3437
3538
- name: Check for lockfile conflicts
3639
id: check-conflict

0 commit comments

Comments
 (0)