Skip to content

Commit

Permalink
Use pnpm i -g
Browse files Browse the repository at this point in the history
  • Loading branch information
chibicode committed Jan 9, 2025
1 parent cdfc1fc commit 22011da
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/faster-template-prebuild-vercel-tutor.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Prebuild Vercel Tutor

on:
push:
branches:
- main
workflow_dispatch:
inputs:
on: push

jobs:
clone-build-deploy:
Expand All @@ -21,16 +16,15 @@ jobs:

- run: |
node --version
npm --version
corepack enable
- run: |
npm install -g vercel@latest
pnpm i -g vercel@latest
vc --version
- working-directory: ./vercel-tutor
run: |
corepack enable
pnpm install
pnpm i
env:
NPM_CONFIG_LOGLEVEL: http

Expand Down

0 comments on commit 22011da

Please sign in to comment.