Skip to content

Commit

Permalink
ci: bump environment (#2126)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 8, 2022
1 parent 129530d commit f6ec1ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -112,9 +112,9 @@ jobs:
matrix:
include:
- name: Node 12
NODE_VERSION: 12.22.10
NODE_VERSION: 12.22.12
- name: Node 14
NODE_VERSION: 14.19.0
NODE_VERSION: 14.19.2
- name: Node 16
NODE_VERSION: 16.10.0
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -102,8 +102,8 @@ Parse Dashboard is continuously tested with the most recent releases of Node.js

| Version | Latest Version | End-of-Life | Compatible |
|------------|----------------|-------------|--------------|
| Node.js 12 | 12.22.10 | April 2022 | ✅ Yes |
| Node.js 14 | 14.19.0 | April 2023 | ✅ Yes |
| Node.js 12 | 12.22.12 | April 2022 | ✅ Yes |
| Node.js 14 | 14.19.2 | April 2023 | ✅ Yes |
| Node.js 16 | 16.10.0 | April 2024 | ✅ Yes |
| Node.js 17 | 17.x | June 2022 | ❌ Not tested |

Expand Down

0 comments on commit f6ec1ee

Please sign in to comment.