Skip to content

Commit

Permalink
chore: use the packageManager field from package.json in github action
Browse files Browse the repository at this point in the history
This is the default behavior when the version is not specified, allowing to have the same version without updating it in two places.
  • Loading branch information
cexbrayat committed Apr 16, 2024
1 parent 05d9745 commit 35dce7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -22,8 +22,6 @@ jobs:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v3.0.0
with:
version: 8.6.3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 35dce7b

Please sign in to comment.