GitHub Actions
GitHub Actions blocks NODE_OPTIONS from being set through GITHUB_ENV
GitHub Actions rejected an attempt to set NODE_OPTIONS through GITHUB_ENV because the runner blocks that environment variable for security reasons.
GitHub Actions
GitHub Actions rejected an attempt to set NODE_OPTIONS through GITHUB_ENV because the runner blocks that environment variable for security reasons.
Observed message
Due to security restrictions, GITHUB_ENV cannot be used to set the NODE_OPTIONS environment variable.
Why it happens
How to fix it
Official reference
GitHub Docs: Workflow commands for GitHub ActionsRelated errors
Explore more