Skip to content

Commit 3e73646

Browse files
authored
chore: Migrate from npm to pnpm@11 (#58)
1 parent ea03262 commit 3e73646

4 files changed

Lines changed: 7407 additions & 10733 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,19 @@ jobs:
1313
- name: Checkout repo
1414
uses: actions/checkout@v4
1515

16+
- name: Set up pnpm
17+
uses: pnpm/action-setup@v4
18+
with:
19+
version: 11
20+
1621
- name: Set up Node.js
1722
uses: actions/setup-node@v4
1823
with:
1924
node-version: 22
20-
cache: "npm"
25+
cache: "pnpm"
2126

2227
- name: Install dependencies
23-
run: npm install
28+
run: pnpm install
2429

2530
- name: Vercel Deploy
2631
run: npx vercel deploy --yes --token=${{ secrets.VERCEL_TOKEN }} --prod --scope=rocicorp

0 commit comments

Comments
 (0)