Skip to content

Commit 8a7808a

Browse files
authored
Merge branch 'master' into blidd.blocking-fn-email-final
2 parents 44e4b92 + 5145e18 commit 8a7808a

Some content is hidden

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

52 files changed

+2673
-671
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 }}

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)