ForkbombEu / ncr

no‧code‧room: No code REST API server based on zencode natural language smart contracts
4 stars 2 forks source link

ci: test ncr on both lts and current #302

Closed matteo-cristino closed 1 month ago

matteo-cristino commented 1 month ago

After a bit of digging into documentation and issues, it seems that ts-node/esm has a default configuration for swc and it is not possible to change it with a .swcrc file, thus all imports attributes (import {} from '' with {}) are transpiled to import assertions (import {} from '' assert {}) that is no more supported in node 22 🥺

puria commented 1 month ago

Unlike other projects, we do not really care about node compatibility, as long as the NCR binary works. Nice to have but really not important 😘