Skip to content

Commit 38978a4

Browse files
Merge branch 'master' into dependabot/npm_and_yarn/xhmikosr/decompress-tarbz2-8.0.2
2 parents b671e37 + 3fb88d9 commit 38978a4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

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

26+
- name: Set up pnpm
27+
uses: pnpm/action-setup@v4
28+
2629
- name: Set up Node.js
2730
uses: actions/setup-node@v4
2831
with:
2932
node-version: "lts/*"
3033
cache: pnpm
3134

32-
- name: Install pnpm
33-
uses: pnpm/action-setup@v4
35+
- name: Install dependencies
36+
run: pnpm install --frozen-lockfile
3437

3538
- name: Check for lockfile conflicts
3639
id: check-conflict

0 commit comments

Comments
 (0)