Bump node.js versions for CI

Remove v12 and add v16, per https://nodejs.org/en/about/releases/
This commit is contained in:
Christopher Allen
2021-06-11 13:11:59 +01:00
committed by Christopher Allen
parent 34fce2c1cb
commit 403f3119a6

View File

@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: