Revert removal of node v10 from build matrix.

This commit is contained in:
Christopher Allen
2021-06-14 18:03:25 +01:00
committed by Christopher Allen
parent f94cb15021
commit e65a396809

View File

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