Skip to content

Commit

Permalink
fix: disable deprecation warning (#2033)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiand391 authored Dec 11, 2024
1 parent f6a36c3 commit ced9c0a
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 ced9c0a

Please sign in to comment.