We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c8b18 commit 51b48b2Copy full SHA for 51b48b2
.github/scripts/package.json
@@ -14,8 +14,8 @@
14
"js-yaml": "^4.1.0"
15
},
16
"devDependencies": {
17
- "@octokit/rest": "^21.0.0",
+ "@octokit/rest": "^19.0.0",
18
"mocha": "^10.0.0",
19
- "sinon": "^20.0.0"
+ "sinon": "^18.0.0"
20
}
21
.github/workflows/issues-no-repro.yaml
@@ -11,7 +11,7 @@ jobs:
11
pull-requests: write
12
steps:
13
- uses: actions/checkout@v4
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
0 commit comments