mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2025-12-30 11:44:22 +01:00
chore: update dependency update command in GitHub Actions workflow
- Modified the dependency update command in the GitHub Actions workflow to remove the `--no-frozen-lockfile` option for improved flexibility during updates.
This commit is contained in:
2
.github/workflows/update-dependencies.yml
vendored
2
.github/workflows/update-dependencies.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
run: pnpm dlx corepack use pnpm@latest
|
||||
|
||||
- name: Update dependencies
|
||||
run: pnpm up --latest --no-frozen-lockfile
|
||||
run: pnpm up --latest
|
||||
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@4320041ed380b20e97d388d56a7fb4f9b8c20e79 # v7.0.0
|
||||
|
||||
Reference in New Issue
Block a user