Skip to content

Commit 30efee4

Browse files
committed
chore: fix automation
1 parent f966b87 commit 30efee4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0
2222

2323
- name: Setup pnpm
2424
uses: pnpm/action-setup@v4
2525

2626
- name: Setup Node.js
27-
uses: actions/setup-node@v4
27+
uses: actions/setup-node@v6
2828
with:
2929
node-version: "lts/*"
3030
cache: "pnpm"

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@pydantic/ai-chat-ui",
3+
"packageManager": "pnpm@10.27.0",
34
"private": false,
45
"publishConfig": {
56
"access": "public",

0 commit comments

Comments
 (0)