Skip to content

Commit

Permalink
fix: workflow migrated to pnpm instead of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtrazy committed Aug 10, 2024
1 parent 84acf1c commit 1455b77
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
with:
node-version: 20
cache: 'npm'
- name: Install PNPM
run: npm install -g pnpm
- name: Install dependencies
run: npm ci
run: pnpm i
- name: Make envfile
uses: SpicyPizza/[email protected]
with:
Expand All @@ -29,7 +31,7 @@ jobs:
envkey_COOKIE_PROTOCOL: 'https:'
file_name: .env
- name: Build
run: npm run build
run: pnpm build
- name: Upload artifact
uses: appleboy/[email protected]
with:
Expand Down

0 comments on commit 1455b77

Please sign in to comment.