Use Node.js 15.13.0 in CI (#7312)
* Use Node.js 15.13.0 in CI * CI: Allow check-postgres 20 timeout * CI: 30 min timeout for check-postgres * reverted postgres timeout to 15 Co-authored-by: Manuel <5673677+mtrezza@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -96,7 +96,7 @@ jobs:
|
||||
MONGODB_VERSION: 4.4.4
|
||||
MONGODB_TOPOLOGY: standalone
|
||||
MONGODB_STORAGE_ENGINE: wiredTiger
|
||||
NODE_VERSION: 15.12.0
|
||||
NODE_VERSION: 15.13.0
|
||||
fail-fast: false
|
||||
name: ${{ matrix.name }}
|
||||
timeout-minutes: 15
|
||||
|
||||
Reference in New Issue
Block a user