From 9a3de2f134d26891d4d9568f56a2b6978d4f7cb4 Mon Sep 17 00:00:00 2001 From: Onni Hakala Date: Thu, 31 Oct 2024 12:24:29 +0200 Subject: [PATCH 1/2] After updating rimraf to ^6.0.0 nodejs version needs to be higher than 20 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 161c564..59d6d09 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "fail-skip": true }, "engines": { - "node": "16 >=16.17.0 || 18 >= 18.6.0 || >=20" + "node": ">=20" }, "module": "./dist/esm/index.js" } From 4689c022345ca638853aee2c2a765aeffaa016a4 Mon Sep 17 00:00:00 2001 From: Onni Hakala Date: Thu, 31 Oct 2024 12:29:13 +0200 Subject: [PATCH 2/2] =?UTF-8?q?README:=C2=A0Document=20last=20working=20ve?= =?UTF-8?q?rsion=20for=20Node=2018.X?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a260205..624906c 100644 --- a/README.md +++ b/README.md @@ -290,3 +290,6 @@ sys 0m0.022s ![meme comic "We need this to run faster" "rewrite it in rust" "rewrite it in zig" "use basic caching and work skipping" guy gets thrown out window](https://github.com/tapjs/tsimp/raw/main/faster.jpg) Basic caching and work skipping. + +## Support for older NodeJS versions +Support for Node 18.X was dropped in version `2.0.12`. Dowgrade to `2.0.11` if you need to use older Node.