Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document that after updating rimraf to ^6.0.0 nodejs version needs to be higher than 20 #32

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}