Skip to content

Commit

Permalink
Merge branch 'master' into blockingfn-sms
Browse files Browse the repository at this point in the history
  • Loading branch information
pragatimodi committed May 10, 2024
2 parents a33baec + 9c81871 commit 0ee464b
Show file tree
Hide file tree
Showing 60 changed files with 2,761 additions and 744 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/postmerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
- Remove HTTP server shutdown message. (#1457)
- Add features to task queue functions. (#1423)
- Add traces to V2 Firestore trigger logs. (#1440)
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

0 comments on commit 0ee464b

Please sign in to comment.