mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-12-18 05:02:36 +00:00
fix: Use pnpm and Node 24 for JSR publish
This commit is contained in:
parent
5d862c0bf7
commit
6ae18c15b7
1 changed files with 16 additions and 2 deletions
18
.github/workflows/publish_jsr.yml
vendored
18
.github/workflows/publish_jsr.yml
vendored
|
|
@ -18,5 +18,19 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Publish package
|
- name: Setup repo
|
||||||
run: npx jsr publish
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- uses: pnpm/action-setup@v4
|
||||||
|
with:
|
||||||
|
run_install: false
|
||||||
|
- uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: "24.x"
|
||||||
|
cache: "pnpm"
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: pnpm install
|
||||||
|
|
||||||
|
- name: Publish to JSR
|
||||||
|
run: pnpm dlx jsr publish
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue