Skip to content

Commit

Permalink
fix: disable deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiand391 committed Dec 11, 2024
1 parent f6a36c3 commit 7f67f2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@
"preparse": "/dist/hooks/preparse"
},
"update": {
"node": {
"options": [
"--no-deprecation"
]
},
"s3": {
"bucket": "dfc-data-production",
"indexVersionLimit": 140,
Expand Down

0 comments on commit 7f67f2b

Please sign in to comment.