Skip to content

Commit 741fb40

Browse files
Update jsr-publish.yml (#68)
1 parent 26b0a4b commit 741fb40

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/jsr-publish.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,14 @@ 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+
17+
- name: Setup Node.js
18+
uses: actions/setup-node@v4
19+
with:
20+
node-version: '20' # or whatever version you need
21+
22+
- name: Install npm dependencies
23+
run: npm install
24+
25+
- name: Publish with jsr
26+
run: npx jsr publish

0 commit comments

Comments
 (0)