This commit is contained in:
shadcn
2026-02-17 14:45:26 +04:00
parent da309ae929
commit 7b90fe9833
2 changed files with 61 additions and 2 deletions

View File

@@ -19,13 +19,13 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22
- uses: pnpm/action-setup@v4
name: Install pnpm
id: pnpm-install
with:
version: 9.0.6
version: 10.4.1
run_install: false
- name: Get pnpm store directory