Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VanshikaSabharwal authored Jan 24, 2025
1 parent 9dcf718 commit 5959f79
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,17 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

# Setup Node.js
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "18"

# Setup pnpm
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 8
version: 8.6.12

# Install dependencies and run tests
- name: Run Tests and Upload Coverage to Codecov
Expand Down

0 comments on commit 5959f79

Please sign in to comment.