Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): add pnpm workspace for github actions #52976

Merged
merged 3 commits into from Jul 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9,118 changes: 7 additions & 9,111 deletions .github/actions/issue-labeler/lib/index.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions .github/actions/issue-labeler/package.json
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"exports": "./lib/index.js",
"scripts": {
"build": "pnpm types && pnpm ncc -m -o ./lib build src/index.ts --license licenses.txt",
"build": "pnpm types && ncc -m -o ./lib build src/index.ts --license licenses.txt",
"types": "tsc"
},
"dependencies": {
Expand All @@ -13,6 +13,7 @@
},
"devDependencies": {
"@types/node": "^18.15.3",
"@vercel/ncc": "0.36.1"
"@vercel/ncc": "0.36.1",
"typescript": "5.1.6"
}
}
4 changes: 2 additions & 2 deletions .github/actions/issue-validator/index.mjs

Large diffs are not rendered by default.

445 changes: 0 additions & 445 deletions .github/actions/issue-validator/package-lock.json

This file was deleted.

3 changes: 2 additions & 1 deletion .github/actions/issue-validator/package.json
Expand Up @@ -5,7 +5,8 @@
"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",
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/minus-one/index.mjs

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions .github/actions/minus-one/package.json
Expand Up @@ -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": "npm@9.2.0"
}
}
4 changes: 2 additions & 2 deletions .github/actions/needs-triage/index.js

Large diffs are not rendered by default.