stateful / vscode-runme

DevOps Workflows Built with Markdown for VS Code
https://runme.dev
Apache License 2.0
186 stars 13 forks source link

Updates NODE_OPTIONS to avoid deployment issues #1358

Closed pastuxso closed 3 months ago

pastuxso commented 3 months ago

When the NODE_OPTIONS is already set in the GitHub actions file runme omits prompting, and it's resolved from the GitHub Action workflow.

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

sourishkrout commented 3 months ago

Closing since https://github.com/stateful/vscode-runme/commit/f6299b33a168d59b01e5df4937fc942e9039f0bf accomplishes the same. However, having less runtime-specific stuff in the YAML is desirable because only Actions run the YAML and it creates these snowflake issues.