Skip to content

Commit 3057ad0

Browse files
authored
Update update-dependencies.yml
1 parent 2ddd1d6 commit 3057ad0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
persist-credentials: false
3535
- name: 🚂 CI Setup
3636
uses: ./.github/actions/ci-setup
37-
- run: yarn npm-check-updates -u # Update dependencies
38-
- run: rm -Rf node_modules yarn.lock
39-
- run: yarn
37+
- run: pnpm exec npm-check-updates -u # Update dependencies
38+
- run: rm -Rf node_modules pnpm-lock.yaml
39+
- run: pnpm install
4040
- name: Create Pull Request
4141
uses: peter-evans/create-pull-request@v4
4242
with:

0 commit comments

Comments
 (0)