Skip to content

Commit 0324609

Browse files
Update jsr-publish.yml (#71)
1 parent fbe83a0 commit 0324609

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/jsr-publish.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,9 @@ jobs:
1313
id-token: write # The OIDC ID token is used for authentication with JSR.
1414
steps:
1515
- uses: actions/checkout@v4
16-
- run: npx jsr publish
16+
- uses: actions/setup-node@v4
17+
with:
18+
node-version: 20
19+
cache: pnpm
20+
- run: pnpm ci
21+
- run: pnpm dlx jsr publish

0 commit comments

Comments
 (0)