Skip to content

Commit

Permalink
docs: update supported Node.js version list
Browse files Browse the repository at this point in the history
Node.js 22 and 23 are out, and version 21 got deprecated.
I did already change the CI configuration to test the new version,
but I forgot to the README.
  • Loading branch information
botflux committed Oct 18, 2024
1 parent 570211b commit 08e3a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pino-logfmt
![build and test](https://github.com/botflux/pino-logfmt/actions/workflows/node.js.yml/badge.svg)
![tested Node.js versions](https://img.shields.io/badge/Tested_on_Node.js-14,16,18,20,21-green)
![tested Node.js versions](https://img.shields.io/badge/Tested_on_Node.js-14,16,18,20,22,23-green)

This package provides a transport that transforms standard pino logs to logfmt.

Expand Down

0 comments on commit 08e3a86

Please sign in to comment.