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 Oct 8, 2024
1 parent 5795770 commit d01fa4e
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 @@ -54,7 +54,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 @@ -341,7 +341,7 @@ console.log(value)

## Compatibility

This project is compatible with Node.js 16 or greater. It’s compatible with `mermaid` code blocks
This project is compatible with Node.js 18 or greater. It’s compatible with `mermaid` code blocks
processed by [`remark-rehype`](https://github.com/remarkjs/remark-rehype). This means it’s also
compatible with [MDX](https://mdxjs.com).

Expand Down

0 comments on commit d01fa4e

Please sign in to comment.