Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
corepack enable
npm install -g semver@7.7.2

- uses: pnpm/action-setup@v4
with:
version: 10

- name: 🔍 Get current dependency versions
id: current-versions
run: |
Expand Down Expand Up @@ -321,6 +317,8 @@ jobs:
for dir in $PNPM_EXAMPLE_DIRS; do
echo "📦 Installing dependencies to update lockfile..."
cd "$dir"
corepack install
corepack enable
pnpm install
git add pnpm-lock.yaml
cd - > /dev/null
Expand Down