patw0929 / react-intl-tel-input

Rewrite International Telephone Input in React.js. (Looking for maintainers, and PRs & contributors are also welcomed!)
https://patw0929.github.io/react-intl-tel-input/
MIT License
282 stars 221 forks source link

fix: resolve node-gyp / node-sass errors on build #374

Closed mcataford closed 2 years ago

mcataford commented 2 years ago

Description

It looks like node-sass crashed on build, which prevented going forward with some changes. Since the minimum Node version currently in maintenance is v12, this sets the minimum / preferred versions to that via nvm. node-sass is also bumped to the newest eligible version, which seems to solve the build issues.

The Node version used in CI is also changed to match what we'd expect via nvm.

Types of changes

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 8.0.5 :tada:

The release is available on:

Your semantic-release bot :package::rocket: