Skip to content

Commit 2b28d6a

Browse files
authored
remove pnpm setup github action (#324)
1 parent 4574bd3 commit 2b28d6a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131
corepack enable
3232
npm install -g [email protected]
3333
34-
- uses: pnpm/action-setup@v4
35-
with:
36-
version: 10
37-
3834
- name: 🔍 Get current dependency versions
3935
id: current-versions
4036
run: |
@@ -321,6 +317,8 @@ jobs:
321317
for dir in $PNPM_EXAMPLE_DIRS; do
322318
echo "📦 Installing dependencies to update lockfile..."
323319
cd "$dir"
320+
corepack install
321+
corepack enable
324322
pnpm install
325323
git add pnpm-lock.yaml
326324
cd - > /dev/null

0 commit comments

Comments
 (0)