Skip to content

Commit

Permalink
cicd pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Adis Durakovic committed Jul 4, 2024
1 parent 2299f16 commit d9b5884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: '20.x'
registry-url: "https://registry.npmjs.com"
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm build
- run: git config user.email "deploy@github" && git config user.name "GitHub Action"
Expand Down

0 comments on commit d9b5884

Please sign in to comment.