Skip to content

Commit

Permalink
Remove support for Node.js 16
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Sep 20, 2023
1 parent b48f110 commit 4fcf345
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
strategy:
matrix:
node-version:
- 16
- 18
- 20
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ A custom prefix to use for Mermaid IDs. (`string`, default: `mermaid`)

## Compatibility

This project is compatible with Node.js 16 or greater.
This project is compatible with Node.js 18 or greater.

## Related Projects

Expand Down

0 comments on commit 4fcf345

Please sign in to comment.