Skip to content

Commit

Permalink
Merge branch 'master' into colerogers.enable-function-retry
Browse files Browse the repository at this point in the history
  • Loading branch information
taeold committed Aug 23, 2024
2 parents ad23582 + 95ae33f commit d30cdfb
Show file tree
Hide file tree
Showing 88 changed files with 4,070 additions and 809 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/postmerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ name: Post-merge tests

on:
workflow_dispatch:
workflow_run:
workflows: ["CI Tests"]
types: [completed]
branches: [master]

concurrency:
group: postmerge-${{ github.ref }}
Expand All @@ -34,7 +30,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- uses: google-github-actions/auth@v0
with:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
strategy:
matrix:
node-version:
- 14.x
- 16.x
- 18.x
- 20.x
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
Expand All @@ -51,9 +50,8 @@ jobs:
strategy:
matrix:
node-version:
- 14.x
- 16.x
- 18.x
- 20.x
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
Expand Down
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
- Remove HTTP server shutdown message. (#1457)
- Add features to task queue functions. (#1423)
- Add traces to V2 Firestore trigger logs. (#1440)
- Fix retry in event triggered functions. (#1463)
- Expose retry configuration in v2 RTDB trigger (#1588)
2 changes: 1 addition & 1 deletion integration_test/package.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"main": "lib/index.js",
"devDependencies": {
"@types/node-fetch": "^2.6.1",
"typescript": "~4.2.2"
"typescript": "^4.3.5"
},
"engines": {
"node": "__NODE_VERSION__"
Expand Down
Loading

0 comments on commit d30cdfb

Please sign in to comment.