We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4574bd3 commit 2b28d6aCopy full SHA for 2b28d6a
1 file changed
.github/workflows/update-dependencies.yml
@@ -31,10 +31,6 @@ jobs:
31
corepack enable
32
npm install -g semver@7.7.2
33
34
- - uses: pnpm/action-setup@v4
35
- with:
36
- version: 10
37
-
38
- name: 🔍 Get current dependency versions
39
id: current-versions
40
run: |
@@ -321,6 +317,8 @@ jobs:
321
317
for dir in $PNPM_EXAMPLE_DIRS; do
322
318
echo "📦 Installing dependencies to update lockfile..."
323
319
cd "$dir"
320
+ corepack install
+ corepack enable
324
pnpm install
325
git add pnpm-lock.yaml
326
cd - > /dev/null
0 commit comments