diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dd397054..4787acf8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [10, 12, 14, 15] + node: [12, 14, 16] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 diff --git a/package.json b/package.json index 5d5e60a2..4d56772c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=10" + "node": ">=12" }, "repository": "googleapis/nodejs-compute", "main": "build/src/index.js", diff --git a/samples/package.json b/samples/package.json index 7fc9fcc2..57f3c973 100644 --- a/samples/package.json +++ b/samples/package.json @@ -3,7 +3,7 @@ "license": "Apache-2.0", "author": "Google Inc.", "engines": { - "node": ">=10" + "node": ">=12" }, "repository": "googleapis/nodejs-compute", "private": true,