Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
update pnpm to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
nissy-dev committed Jul 30, 2023
1 parent 444d3ef commit 149da6b
Show file tree
Hide file tree
Showing 5 changed files with 1,008 additions and 927 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
${{ runner.os }}-
- uses: pnpm/action-setup@v2.2.4
with:
version: 7
version: 8
- name: Install toolchain
uses: moonrepo/setup-rust@v0
- name: Build WASM module for the web
Expand Down
2 changes: 1 addition & 1 deletion crates/rome_formatter_test/src/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"prettier": "3.0.0"
},
"engines": {
"pnpm": "^7.0.0"
"pnpm": "^8.0.0"
}
}
13 changes: 8 additions & 5 deletions crates/rome_formatter_test/src/prettier/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,8 @@
"typescript": "^5.0.4",
"vite": "3.1.8",
"vite-plugin-svgr": "^2.2.2"
},
"engines": {
"pnpm": "^8.0.0"
}
}
Loading

0 comments on commit 149da6b

Please sign in to comment.