GitHub Actions: NODE_OPTIONS is now restricted from GITHUB_ENV
Due to security restrictions, users can no longer use GITHUB_ENV to set the NODE_OPTIONS environment variable in their workflows. Developers who have NODE_OPTIONS set as an environment variable will now…