Skip to content

Commit

Permalink
feat!: drop Node 8 from engines field (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
AVaksman committed Mar 24, 2020
1 parent 5e258fe commit 3eac424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"linkinator": "^2.0.0"
},
"engines": {
"node": ">=8.10.0"
"node": ">=10"
}
}
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
"node": ">=8"
"node": ">=10"
},
"repository": "googleapis/nodejs-projectify",
"private": true,
Expand Down

0 comments on commit 3eac424

Please sign in to comment.