Skip to content

Commit 0c5f054

Browse files
Update jsr-publish.yml (#69)
1 parent 741fb40 commit 0c5f054

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/jsr-publish.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: '20' # or whatever version you need
20+
node-version: '22' # or whatever version you need
21+
22+
- name: Install pnpm
23+
run: npm install -g pnpm
2124

2225
- name: Install npm dependencies
23-
run: npm install
26+
run: pnpm install
2427

2528
- name: Publish with jsr
2629
run: npx jsr publish

0 commit comments

Comments
 (0)