Skip to content

Commit

Permalink
General: Fix dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mkue committed Dec 29, 2024
1 parent b40756e commit c313c03
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions/init/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22
cache: npm
cache-dependency-path: package-lock.json

Expand Down
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@xmldom/xmldom": "^0.8.10",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"firebase-admin": "^13.0.2",
"firebase-admin": "^12.7.0",
"firebase-functions": "5.1.1",
"handlebars": "^4.7.8",
"handlebars-i18next": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@sendgrid/mail": "^8.1.3",
"axios": "^1.7.7",
"firebase-admin": "^13.0.2",
"firebase-admin": "^12.7.0",
"handlebars": "^4.7.8",
"handlebars-i18next": "^1.0.3",
"i18next": "^23.15.2",
Expand Down
3 changes: 3 additions & 0 deletions shared/src/stripe/StripeEventHandler.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ describe('stripeWebhook', () => {
automatically_finalizes_at: null,
auto_advance: false,
automatic_tax: {
disabled_reason: null,
liability: null,
enabled: false,
status: null,
Expand Down Expand Up @@ -362,6 +363,8 @@ describe('stripeWebhook', () => {
metadata: {},
on_behalf_of: null,
outcome: {
network_advice_code: null,
network_decline_code: null,
network_status: 'approved_by_network',
reason: null,
risk_level: 'normal',
Expand Down

0 comments on commit c313c03

Please sign in to comment.