Skip to content

Commit b749ca6

Browse files
committed
fix(global): update test workflow pnpm version to match packageManager
1 parent 14b1ba8 commit b749ca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup pnpm
2525
uses: pnpm/action-setup@v4
2626
with:
27-
version: 9.15.0
27+
version: 10.15.0
2828

2929
- name: Install Dependencies
3030
run: pnpm install --frozen-lockfile
@@ -69,4 +69,4 @@ jobs:
6969
git push origin "$tag"
7070
echo "✅ Created and pushed tag: $tag"
7171
fi
72-
done
72+
done

0 commit comments

Comments
 (0)