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:
parent
7bfb02653f
commit
0b7c350f5c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [15.x, 16.x, 17.x]
|
||||
node-version: [15.x, 16.x]
|
||||
|
||||
services:
|
||||
mariadb:
|
||||
|
@ -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:
|
||||
|
@ -155,6 +155,6 @@
|
||||
"mysql": "2.18.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=15.0 <18.0"
|
||||
"node": ">=15.0 <17.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user