Drop support for Node v11, v13 (#6402)
This commit is contained in:
parent
3963ed8ff7
commit
4df5ec82ce
4 changed files with 6 additions and 6 deletions
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [11.10.x, 12.x, 13.x, 14.x]
|
||||
node-version: [12.x, 14.x]
|
||||
|
||||
services:
|
||||
postgres:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue