Skip to content

Commit

Permalink
fix!: drop support for Node.js 10 (#668)
Browse files Browse the repository at this point in the history
* fix!: drop support for Node.js 10

* fix!: drop support for Node.js 10

* fix!: drop support for Node.js 10

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: do not run on Node 10

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Release-As: 3.1.0
  • Loading branch information
2 people authored and Ace Nassri committed Nov 21, 2022
1 parent d7725cb commit e5f8b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
"node": ">=10"
"node": ">=12"
},
"repository": "googleapis/nodejs-compute",
"private": true,
Expand Down

0 comments on commit e5f8b0a

Please sign in to comment.