-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): add pnpm workspace for github actions (#52976)
This creates a monorepo for each github action and ensures they all use pnpm. You can install and build all with the following: ``` cd .github pnpm i pnpm -r build ```
- Loading branch information
Showing
17 changed files
with
1,143 additions
and
10,063 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -9,12 +9,12 @@ | |
"build": "ncc -m -o . build src/index.mjs --license licenses.txt" | ||
}, | ||
"devDependencies": { | ||
"@vercel/ncc": "0.34.0" | ||
"@vercel/ncc": "0.34.0", | ||
"typescript": "5.1.6" | ||
}, | ||
"dependencies": { | ||
"@actions/core": "1.10.0", | ||
"@actions/github": "5.1.1", | ||
"@octokit/graphql": "7.0.1" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.