Skip to content

Commit 15ce93d

Browse files
committed
Add engines field to package.json for node version specification
1 parent 6ed820e commit 15ce93d

4 files changed

Lines changed: 1202 additions & 568 deletions

File tree

infra/bigquery-export/package-lock.json

Lines changed: 77 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infra/bigquery-export/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@
1111
"@google-cloud/bigquery": "8.1.1",
1212
"@google-cloud/firestore": "8.0.0"
1313
},
14-
"author": "@max-ostapenko"
14+
"author": "@max-ostapenko",
15+
"engines": {
16+
"node": ">=22.0.0"
17+
}
1518
}

0 commit comments

Comments
 (0)