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:
Olle Jonsson
2021-04-02 15:46:02 +02:00
committed by GitHub
parent ba32dae268
commit 626352d594
3 changed files with 3 additions and 2 deletions

View File

@@ -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