You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-07-15 01:24:25 +02:00
setting min node version to 14
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x, 13.x, 14.x]
|
||||
node-version: [14.x]
|
||||
|
||||
services:
|
||||
mariadb:
|
||||
|
@ -1,8 +1,6 @@
|
||||
dist: xenial
|
||||
language: node_js
|
||||
node_js:
|
||||
- '12'
|
||||
- '13'
|
||||
- '14'
|
||||
env:
|
||||
- PORT=35000 MYSQL_HOST='localhost' MYSQL_PASSWORD='' MYSQL_USERNAME='root' MYSQL_DATABASE='pigallery2_test'
|
||||
|
@ -155,6 +155,6 @@
|
||||
"mysql": "2.18.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.0 <15.0"
|
||||
"node": ">=14.0 <15.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user