Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
appujet authored Oct 8, 2024
1 parent d3bf1b8 commit 6981733
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:

steps:
# Checkout the repository code
- uses: actions/checkout@v2
- name: Checkout code
uses: actions/checkout@v4

- run: corepack enable
# Setup Node.js with pnpm caching
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 6981733

Please sign in to comment.