Skip to content

Commit

Permalink
chore: enforce pnpm@v9 (#1250)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux authored Apr 26, 2024
1 parent 7e72ef1 commit 78bfe1e
Show file tree
Hide file tree
Showing 3 changed files with 15,408 additions and 12,645 deletions.
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: 8
version: 9
run_install: false

- name: Setup Node.js environment
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
"bugs": {
"url": "https://www.github.com/siemens/ix/issues"
},
"packageManager": "[email protected]",
"engines": {
"npm": ">=8.x.x",
"node": ">=16.16.x"
"pnpm": ">=9.x.x",
"node": ">=18.x.x"
},
"scripts": {
"docs": "dotenv -- turbo run start --filter=documentation",
Expand Down
Loading

0 comments on commit 78bfe1e

Please sign in to comment.