Skip to content

Commit

Permalink
chore(*): June-06-2023 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dackers86 authored Jun 7, 2023
2 parents 3b0e640 + 56b4e9a commit 2553736
Show file tree
Hide file tree
Showing 56 changed files with 133,551 additions and 2,558 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
timeout_minutes: 10
retry_wait_seconds: 60
max_attempts: 3
command: npm i -g firebase-tools
command: npm i -g firebase-tools@11
- name: npm test
run: npm run test:ci
4 changes: 4 additions & 0 deletions auth-mailchimp-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.2.3

feature - bump to nodejs16

## Version 0.2.2

feature - upgrade extensions to the latest firebase-admin sdk
Expand Down
6 changes: 3 additions & 3 deletions auth-mailchimp-sync/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: auth-mailchimp-sync
version: 0.2.2
version: 0.2.3
specVersion: v1beta

displayName: Sync with Mailchimp
Expand Down Expand Up @@ -49,7 +49,7 @@ resources:
then automatically adds the new user to your specified MailChimp audience.
properties:
location: ${param:LOCATION}
runtime: nodejs14
runtime: nodejs16
eventTrigger:
eventType: providers/firebase.auth/eventTypes/user.create
resource: projects/${param:PROJECT_ID}
Expand All @@ -62,7 +62,7 @@ resources:
MailChimp audience.
properties:
location: ${param:LOCATION}
runtime: nodejs14
runtime: nodejs16
eventTrigger:
eventType: providers/firebase.auth/eventTypes/user.delete
resource: projects/${param:PROJECT_ID}
Expand Down
Loading

0 comments on commit 2553736

Please sign in to comment.