Skip to content

Commit 336c332

Browse files
committed
chore: update Node.js version to 24 and enable pnpm cache in publish workflow
- Downgrade setup-node action from v6.1.0 to v4 - Upgrade Node.js version from 22 to 24 - Add pnpm cache configuration - Normalize quote style to single quotes for consistency
1 parent 5613d11 commit 336c332

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,11 @@ jobs:
8383
uses: actions/checkout@v6.0.1
8484

8585
- name: Setup Node.js
86-
uses: actions/setup-node@v6.1.0
86+
uses: actions/setup-node@v4
8787
with:
88-
node-version: "22"
89-
registry-url: "https://registry.npmjs.org"
88+
node-version: '24'
89+
registry-url: 'https://registry.npmjs.org'
90+
cache: pnpm
9091

9192
- name: Update package version
9293
run: |

0 commit comments

Comments
 (0)