forked from SleipnirGroup/Choreo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] Switch packageManager to pnpm
Resolves SleipnirGroup#528
- Loading branch information
1 parent
321adbb
commit 90afd7f
Showing
6 changed files
with
5,079 additions
and
7,971 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,20 +34,24 @@ jobs: | |
libwebkit2gtk-4.0-dev \ | ||
wget | ||
- uses: pnpm/action-setup@v4 | ||
with: | ||
version: 9 | ||
|
||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18.x | ||
cache: "npm" | ||
cache: "pnpm" | ||
|
||
- run: npm install [email protected] | ||
- run: pnpm install [email protected] | ||
|
||
- uses: actions/setup-python@v5 | ||
with: | ||
python-version: 3.12 | ||
|
||
- run: pip3 install wpiformat==2024.33 | ||
|
||
- run: npm run fmt | ||
- run: pnpm run fmt | ||
|
||
- run: cargo clippy -- -D warnings | ||
working-directory: src-tauri | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.