Skip to content

Commit

Permalink
ci: use npm for the proxy server instead of pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino committed Aug 29, 2024
1 parent 2e1fb96 commit 30e8587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
run: |
git clone https://github.com/wmhilton/cors-buster
cd cors-buster
pnpm install
PORT=8000 pnpm start &
npm install
PORT=8000 npm start &
- name: 📨 Setup playwright
run: |
npx playwright install
Expand Down

0 comments on commit 30e8587

Please sign in to comment.