Skip to content

Commit 94af7d0

Browse files
authored
Merge branch 'master' into fix-typo
2 parents 43c6f98 + e37645a commit 94af7d0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+3825
-710
lines changed

.github/workflows/postmerge.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ name: Post-merge tests
1515

1616
on:
1717
workflow_dispatch:
18-
workflow_run:
19-
workflows: ["CI Tests"]
20-
types: [completed]
21-
branches: [master]
2218

2319
concurrency:
2420
group: postmerge-${{ github.ref }}

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
- Wrap 2nd gen onCall functions with trace context. (#1491)

integration_test/package.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"main": "lib/index.js",
1414
"devDependencies": {
1515
"@types/node-fetch": "^2.6.1",
16-
"typescript": "~4.2.2"
16+
"typescript": "^4.3.5"
1717
},
1818
"engines": {
1919
"node": "__NODE_VERSION__"

0 commit comments

Comments
 (0)