Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit 23ec7f6

Browse files
chore!: require Node.js v10+ (#759)
BREAKING CHANGE: use Node.js v10+
1 parent 41c73f8 commit 23ec7f6

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
@@ -117,7 +117,7 @@
117117
},
118118
"homepage": "https://github.com/googleapis/gax-nodejs#readme",
119119
"engines": {
120-
"node": ">=8.10.0"
120+
"node": ">=10"
121121
},
122122
"browser": "build/src/fallback.js"
123123
}

0 commit comments

Comments
 (0)