Skip to content

Commit

Permalink
Merge pull request #1 from Razz21/develop
Browse files Browse the repository at this point in the history
fix: deployment workflow
  • Loading branch information
Razz21 authored Mar 5, 2025
2 parents 2fe4299 + 9ff5081 commit 99472bb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
run_install: false
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 22.x
cache: "pnpm"

- name: Install dependencies
run: pnpm install
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
Expand Down

0 comments on commit 99472bb

Please sign in to comment.