Skip to content

Commit d429eb8

Browse files
committed
bump node
1 parent 800596f commit d429eb8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ jobs:
112112
matrix:
113113
include:
114114
- name: Node 12
115-
NODE_VERSION: 12.22.9
115+
NODE_VERSION: 12.22.10
116116
- name: Node 14
117-
NODE_VERSION: 14.18.3
117+
NODE_VERSION: 14.19.0
118118
- name: Node 16
119119
NODE_VERSION: 16.10.0
120120
fail-fast: false

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ Parse Dashboard is continuously tested with the most recent releases of Node.js
102102

103103
| Version | Latest Version | End-of-Life | Compatible |
104104
|------------|----------------|-------------|--------------|
105-
| Node.js 12 | 12.22.9 | April 2022 | ✅ Yes |
106-
| Node.js 14 | 14.18.3 | April 2023 | ✅ Yes |
105+
| Node.js 12 | 12.22.10 | April 2022 | ✅ Yes |
106+
| Node.js 14 | 14.19.0 | April 2023 | ✅ Yes |
107107
| Node.js 16 | 16.10.0 | April 2024 | ✅ Yes |
108108
| Node.js 17 | 17.x | June 2022 | ❌ Not tested |
109109

0 commit comments

Comments
 (0)