arpadHegedus / postcss-node-sass

A PostCSS plugin to parse styles with node-sass
MIT License
23 stars 16 forks source link

NPM Package does not support Node v18 #23

Closed jakefrancis closed 1 year ago

jakefrancis commented 1 year ago

The node package for this project does not support Node v18.

There was a recent PR merged that added support for Node v18 I don't think the version number changed after merging the PR. As in it stayed at 3.1.2

It seems like the NPM package still has the old code in it line 48 in package.json. https://www.npmjs.com/package/postcss-node-sass?activeTab=code

Screenshot 2023-04-19 at 5 40 13 PM

Is there anyway we can update the package on NPM?

Thanks

arpadHegedus commented 1 year ago

I have republished it with a bumped version number. It now shows up properly in package.json.

Thanks for spotting it.