We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2062ac8 + f56ca87 commit f33e0ecCopy full SHA for f33e0ec
.github/workflows/actions.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
20
- node-version: [14, 16, 18]
+ node-version: [16, 18, 20]
21
steps:
22
- uses: actions/checkout@v3
23
with:
README.md
@@ -81,9 +81,9 @@ nexus build
81
82
| Node Version | Support |
83
| -------------------: | :----------------- |
84
-| (Maintenance LTS) 14 | :heavy_check_mark: |
85
-| (Active) 16 | :heavy_check_mark: |
86
-| (Current) 18 | :heavy_check_mark: |
+| (Maintenance LTS) 16 | :heavy_check_mark: |
+| (LTS) 18 | :heavy_check_mark: |
+| (Current) 20 | :heavy_check_mark: |
87
88
## Examples
89
0 commit comments