-
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.
chore(deps): Update pnpm to 9.14.3 in workflows and package.json
This commit removes specific pnpm version configurations from GitHub workflows, allowing them to use the default version as configured in package.json. The package.json file is updated to set pnpm to version 9.14.3, ensuring consistency across the project. These changes streamline the workflows and help maintain version alignment.
- Loading branch information
Showing
3 changed files
with
1 addition
and
9 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
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 |
---|---|---|
|
@@ -30,5 +30,5 @@ | |
"typescript": "5.4.3", | ||
"vitest": "1.3.1" | ||
}, | ||
"packageManager": "[email protected].2" | ||
"packageManager": "[email protected].3" | ||
} |