diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 965de70b2f86..e93e60690c1d 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [8.x, 10.x, 12.x, 14.x] + node-version: [12.x, 14.x] steps: - uses: actions/checkout@v2.3.3 diff --git a/package.json b/package.json index accff792995e..fac64901aaf2 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@babel/preset-env", { "targets": { - "node": "8.9.0" + "node": "12.13.0" } } ] @@ -96,6 +96,6 @@ ] }, "engines": { - "node": ">=8.9.0" + "node": ">=12.13.0" } }