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 36dcaa5 + 4442c75 commit b47e1deCopy full SHA for b47e1de
.github/workflows/actions.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
20
- node-version: [14, 16, 17]
+ node-version: [14, 16, 18]
21
steps:
22
- uses: actions/checkout@v3
23
with:
README.md
@@ -79,7 +79,7 @@ nexus build
79
| -------------------: | :----------------- |
80
| (Maintenance LTS) 14 | :heavy_check_mark: |
81
| (Active) 16 | :heavy_check_mark: |
82
-| (Current) 17 | :heavy_check_mark: |
+| (Current) 18 | :heavy_check_mark: |
83
84
## Examples
85
0 commit comments