From 20fc668cbe39c1e46db940dc082cec0f378e59c0 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Wed, 1 Apr 2020 04:25:14 -0700 Subject: [PATCH] feat!: drop Node 8 from engines field (#662) https://github.com/googleapis/nodejs-bigquery/commit/712b0294c6329545de70febb48762abd8b0567b9 commit 712b0294c6329545de70febb48762abd8b0567b9 Author: Steffany Brown <30247553+steffnay@users.noreply.github.com> Date: Mon Mar 30 12:59:52 2020 -0700 feat!: drop Node 8 from engines field (#662) Drops Node 8 from the engines field. --- package.json | 2 +- synth.metadata | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 96ec5058..187b6513 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=8.10.0" + "node": ">=10" }, "repository": "googleapis/nodejs-bigquery", "main": "./build/src/index.js", diff --git a/synth.metadata b/synth.metadata index 221d192d..9e06577c 100644 --- a/synth.metadata +++ b/synth.metadata @@ -1,5 +1,5 @@ { - "updateTime": "2020-04-01T11:23:19.125496Z", + "updateTime": "2020-04-01T11:25:14.791195Z", "sources": [ { "git": {