Skip to content

Commit 7339243

Browse files
authored
Merge branch 'main' into owl-bot-update-lock-6062c519ce78ee08490e7ac7330eca80f00f139ef1a241c5c2b306550b60c728
2 parents cfe6afc + f2fe0a8 commit 7339243

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"js-yaml": "^4.1.0"
1515
},
1616
"devDependencies": {
17-
"@octokit/rest": "^21.0.0",
17+
"@octokit/rest": "^19.0.0",
1818
"mocha": "^10.0.0",
19-
"sinon": "^21.0.0"
19+
"sinon": "^18.0.0"
2020
}
2121
}

.github/workflows/issues-no-repro.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
pull-requests: write
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: actions/setup-node@v4
14+
- uses: actions/setup-node@v3
1515
with:
1616
node-version: 18
1717
- run: npm install

system-test/auth.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ describe('google.auth', async () => {
6969
});
7070
const vms = result.data;
7171
assert.strictEqual(typeof vms.kind, 'string');
72-
});
72+
}).timeout(10000);
7373
});
7474
});

0 commit comments

Comments
 (0)