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

increasing max nodejs version to 16.x

This commit is contained in:
Patrik J. Braun 2022-01-14 17:00:53 +01:00
parent 7bfb02653f
commit 0b7c350f5c
3 changed files with 2 additions and 3 deletions

View File

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

View File

@ -3,7 +3,6 @@ language: node_js
node_js:
- '15'
- '16'
- '17'
env:
- PORT=35000 MYSQL_HOST='localhost' MYSQL_PASSWORD='' MYSQL_USERNAME='root' MYSQL_DATABASE='pigallery2_test'
services:

View File

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