Skip to content

Commit 626352d

Browse files
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 <[email protected]>
1 parent ba32dae commit 626352d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
MONGODB_VERSION: 4.4.4
9797
MONGODB_TOPOLOGY: standalone
9898
MONGODB_STORAGE_ENGINE: wiredTiger
99-
NODE_VERSION: 15.12.0
99+
NODE_VERSION: 15.13.0
100100
fail-fast: false
101101
name: ${{ matrix.name }}
102102
timeout-minutes: 15

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ ___
120120
- Improve data consistency in Push and Job Status update (Diamond Lewis) [#7267](https://github.com/parse-community/parse-server/pull/7267)
121121
- Excluding keys that have trailing edges.node when performing GraphQL resolver (Chris Bland) [#7273](https://github.com/parse-community/parse-server/pull/7273)
122122
- Added centralized feature deprecation with standardized warning logs (Manuel Trezza) [#7303](https://github.com/parse-community/parse-server/pull/7303)
123+
- Use Node.js 15.13.0 in CI (Olle Jonsson) [#7312](https://github.com/parse-community/parse-server/pull/7312)
123124
___
124125
## 4.5.0
125126
[Full Changelog](https://github.com/parse-community/parse-server/compare/4.4.0...4.5.0)

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Parse Server is continuously tested with the most recent releases of Node.js to
115115
| Node.js 10 | 10.24.0 | April 2021 | ✅ Fully compatible |
116116
| Node.js 12 | 12.22.0 | April 2022 | ✅ Fully compatible |
117117
| Node.js 14 | 14.16.0 | April 2023 | ✅ Fully compatible |
118-
| Node.js 15 | 15.12.0 | June 2021 | ✅ Fully compatible |
118+
| Node.js 15 | 15.13.0 | June 2021 | ✅ Fully compatible |
119119

120120
#### MongoDB
121121
Parse Server is continuously tested with the most recent releases of MongoDB to ensure compatibility. We follow the [MongoDB support schedule](https://www.mongodb.com/support-policy) and only test against versions that are officially supported and have not reached their end-of-life date.

0 commit comments

Comments
 (0)