Skip to content

Commit

Permalink
feat: Add pnpm to package.json (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
RudraPatel2003 authored Oct 9, 2024
1 parent 967e593 commit d932aac
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 135 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: latest
version: "9.4.0"

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
}
},
"packageManager": "pnpm@9.4.0"
}
Loading

0 comments on commit d932aac

Please sign in to comment.