Ability to change environment of the stack #778
restlessankyyy
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently I was using node v16 for our production builds and deployments. As of the today Github Action for Static web deploy uses node version 17.6 which causes a build failure due to few incompatibility issues with other dependent modules. In order to mitigate the issue I tried to set up node version to 16 using Set Node action. However when the build and deploy step runs in Static web deploy action, it overrides the manually set environment for node and runs v17.6 instead.
I am looking for a resolution if users are allowed to mention the runtime stack version could be added when creating a static web app similar to Azure App services in Azure Portal / ARM Templates.
Beta Was this translation helpful? Give feedback.
All reactions