From 35b0af4ba095e0ac3d01a7c6f1e2f960038610fa Mon Sep 17 00:00:00 2001 From: Joe Hildebrand Date: Wed, 20 Nov 2024 10:14:22 -0700 Subject: [PATCH] Update tested versions in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22c847f..b0e0f12 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ export type ExtraParserOptions = { ## Runtime support -Only tested on nodejs 18, 20, and 21. Only tested in es6 mode for now. +Only tested on nodejs 18, 20, 22, and 23. Only tested in es6 mode. --- [![Tests](https://github.com/peggyjs/coverage/actions/workflows/node.js.yml/badge.svg)](https://github.com/peggyjs/coverage/actions/workflows/node.js.yml)