1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

increasing min nodejs version to 15

This commit is contained in:
Patrik J. Braun 2022-01-14 16:47:22 +01:00
parent 886e57744c
commit 7bfb02653f
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
node-version: [14.x, 15.x, 16.x, 17.x]
node-version: [15.x, 16.x, 17.x]
services:
mariadb:

View File

@ -1,7 +1,7 @@
dist: xenial
language: node_js
node_js:
- '14'
- '15'
- '16'
- '17'
env:

View File

@ -155,6 +155,6 @@
"mysql": "2.18.1"
},
"engines": {
"node": ">=14.0 <18.0"
"node": ">=15.0 <18.0"
}
}