Skip to content

Commit bdde149

Browse files
Merge branch 'master' into dependabot/npm_and_yarn/babel/types-7.26.7
2 parents 88be2d0 + d896eaf commit bdde149

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,19 @@ jobs:
2323
with:
2424
ref: ${{ github.event.pull_request.head.ref }}
2525

26+
- name: Set up pnpm
27+
uses: pnpm/action-setup@v4
28+
with:
29+
version: 9
30+
2631
- name: Set up Node.js
2732
uses: actions/setup-node@v4
2833
with:
2934
node-version: "lts/*"
3035
cache: pnpm
3136

32-
# Install pnpm explicitly if the action setup doesn't work
33-
- name: Install pnpm
34-
run: |
35-
npm install -g pnpm
36-
pnpm --version # Confirm installation
37+
- name: Install dependencies
38+
run: pnpm install --frozen-lockfile
3739

3840
- name: Check for lockfile conflicts
3941
id: check-conflict

0 commit comments

Comments
 (0)