Update minimal node version to 16

This commit is contained in:
veeck
2023-07-19 13:16:09 +02:00
parent f1b5778974
commit e14ca48332
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [12.x, 14.x, 16.x]
node-version: [16.x, 18.x, 20.x]
steps:
- name: Checkout code
uses: actions/checkout@v3

View File

@@ -97,7 +97,7 @@
"update-license": "node scripts/generate-license.js && git add LICENSE"
},
"engines": {
"node": ">=12"
"node": ">=16"
},
"files": [
"LICENSE",