ci(release): use Node 24 for npm publishing (#11169)

This commit is contained in:
shadcn
2026-07-14 20:20:28 +04:00
committed by GitHub
parent 0ec4a7ffbf
commit 3b7391c60f
+4 -4
View File
@@ -60,10 +60,10 @@ jobs:
with:
version: 10.33.4
- name: Use Node.js 20
- name: Use Node.js 24
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 24
registry-url: "https://registry.npmjs.org"
cache: "pnpm"
@@ -137,10 +137,10 @@ jobs:
with:
version: 10.33.4
- name: Use Node.js 20
- name: Use Node.js 24
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 24
registry-url: "https://registry.npmjs.org"
cache: "pnpm"