From 67eb4e968ac12084c45e3131c103734d1e4c14ed Mon Sep 17 00:00:00 2001 From: Joe Hildebrand Date: Mon, 5 May 2025 19:02:13 -0600 Subject: [PATCH] Update supported versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0e0f12..1d19e82 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ export type ExtraParserOptions = { ## Runtime support -Only tested on nodejs 18, 20, 22, and 23. Only tested in es6 mode. +Only tested on NodeJS 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)