We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1be19ba + c3738d6 commit f31ab0eCopy full SHA for f31ab0e
3 files changed
.github/scripts/package.json
@@ -14,7 +14,7 @@
14
"js-yaml": "^4.1.0"
15
},
16
"devDependencies": {
17
- "@octokit/rest": "^19.0.0",
+ "@octokit/rest": "^21.0.0",
18
"mocha": "^10.0.0",
19
"sinon": "^20.0.0"
20
}
.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@v3
+ - uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install
samples/package.json
@@ -20,7 +20,7 @@
"express": "^4.17.1",
21
"googleapis": "^150.0.1",
22
"googleapis-common": "^8.0.2-rc.0",
23
- "nconf": "^0.12.0",
+ "nconf": "^0.13.0",
24
"open": "^8.0.0",
25
"server-destroy": "^1.0.1",
26
"uuid": "^10.0.0"
0 commit comments