chore: remove support for node 10 (#5496)

This commit is contained in:
alschmiedt
2021-09-17 13:34:56 -07:00
committed by GitHub
parent a046f547bb
commit 631b3ead5a

View File

@@ -14,7 +14,7 @@ jobs:
# TODO (#2114): re-enable osx build.
# os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
node-version: [10.x, 12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: