bump nodejs requirement to v16.14+ as this is now required by NSI

see https://github.com/osmlab/name-suggestion-index/issues/6014
This commit is contained in:
Martin Raifer
2022-06-03 17:12:16 +02:00
parent 4bc770fb64
commit ac92f5b624
3 changed files with 3 additions and 3 deletions

View File

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