Skip to content

Commit

Permalink
Merge pull request #1120 from valentinpalkovic/feat/drop-node-14-support
Browse files Browse the repository at this point in the history
chore!: Drop Node v14 support
  • Loading branch information
valentinpalkovic authored Jul 25, 2023
2 parents 2062ac8 + f56ca87 commit f33e0ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18]
node-version: [16, 18, 20]
steps:
- uses: actions/checkout@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ nexus build

| Node Version | Support |
| -------------------: | :----------------- |
| (Maintenance LTS) 14 | :heavy_check_mark: |
| (Active) 16 | :heavy_check_mark: |
| (Current) 18 | :heavy_check_mark: |
| (Maintenance LTS) 16 | :heavy_check_mark: |
| (LTS) 18 | :heavy_check_mark: |
| (Current) 20 | :heavy_check_mark: |

## Examples

Expand Down

0 comments on commit f33e0ec

Please sign in to comment.