Replace node 10 with node 16 in test matrix

Node 10 is no longer in LTS maintenance. v16 will move to maintenance LTS on Tuesday.

https://nodejs.org/en/about/releases/
This commit is contained in:
John Firebaugh
2021-10-24 19:53:21 -07:00
parent 053b652548
commit cc9bea044a

View File

@@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2