Skip to content

Commit 0d9bc07

Browse files
committed
Explicitly add dependencies to pr-checks workspace
1 parent f95b8b5 commit 0d9bc07

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22
"private": true,
33
"description": "Dependencies for the sync.ts",
44
"dependencies": {
5+
"@actions/core": "^2.0.3",
6+
"@actions/github": "^8.0.1",
57
"@octokit/core": "^7.0.6",
8+
"@octokit/plugin-paginate-rest": ">=9.2.2",
9+
"@octokit/plugin-rest-endpoint-methods": "^17.0.0",
610
"yaml": "^2.8.2"
711
},
812
"devDependencies": {
13+
"@types/node": "^20.19.9",
914
"tsx": "^4.21.0"
1015
}
1116
}

0 commit comments

Comments
 (0)