Support Node > 18
- Dominant language
- JavaScript
- Stars
- 408
- Forks
- 112
- PR merge metrics
- No merged PRs in 30d
Description
### What actually happened?
Hello. I've been lately trying to upgrade our project based on Gulp to Node versions > 18. I am hitting this issue:
```
$ yarn gulp
(node:447453) ExperimentalWarning: Use `importAttributes` instead of `importAssertions`
(Use `node --trace-warnings ...` to show where the warning was created)
/home/squake/workspace/camel/docs/.yarn/cache/rechoir-npm-0.8.0-fb660b3bc8-ad3caed8af.zip/node_modules/rechoir/index.js:21
if (Object.keys(require.extensions).indexOf(usedExtension) !== -1) {
```
Any way to prevent it or possibility to have it working with newer Node versions?
Thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.