Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Commit 712b029

Browse files
authored
feat!: drop Node 8 from engines field (#662)
Drops Node 8 from the engines field.
1 parent 7222519 commit 712b029

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {
8-
"node": ">=8.10.0"
8+
"node": ">=10"
99
},
1010
"repository": "googleapis/nodejs-bigquery",
1111
"main": "./build/src/index.js",

0 commit comments

Comments
 (0)