Merge pull request #8766 from openstreetmap/jfirebaugh/node-10-16

Replace node 10 with node 16 in test matrix
This commit is contained in:
Bryan Housel
2021-10-25 10:26:01 -04:00
committed by GitHub

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