Skip to content

Commit

Permalink
chore: use packageManager property
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed May 21, 2024
1 parent 9ee4aab commit 5a2d7c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions/turbo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 9
version: 9.1.2
run_install: false

- name: Setup Node.js environment
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"bugs": {
"url": "https://www.github.com/siemens/ix/issues"
},
"packageManager": "[email protected]",
"engines": {
"pnpm": ">=9.x.x",
"node": ">=18.x.x"
Expand Down

0 comments on commit 5a2d7c2

Please sign in to comment.