Add node v16 and remove v10 and v15

This commit is contained in:
Michael Rotarius
2021-05-06 18:03:07 +02:00
committed by GitHub
parent 055373ee0b
commit c50fae7abe
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [12.x, 14.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: