You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our deploy-sandbox.yaml, deploy-stable.yaml, deploy-staging.yaml, deploy-development.yaml, and node.Dockerfile files are using less than ideal code due to a necessary hotfix. These should be reverted to how they were before.
Our deploy works correctly, and gulp "copyAsset" compiles without any errors.
Steps to Reproduce
On your chosen environment, revert back to this commit and compare the content difference for these files: deploy-sandbox.yaml, deploy-stable.yaml, deploy-staging.yaml, and deploy-development.yaml, and node.Dockerfile
Environment
All environments
Additional Context
PR #2090 addresses a bug wherein node version 22 breaks vinyl-fs and gulp. While a PR on their repo was merged that addresses this change, it could take 1-3 weeks for that to land in the next node version. The workaround for now is to revert our node version back to 21.7.3. This workaround is less than ideal, so we should revert back to the old way of doing things once this lands.
zandercymatics
changed the title
Reminder: Revert hotfix for vinyl-fs failure after node releases a fix
Revert hotfix for vinyl-fs failure after node releases a fix
Apr 29, 2024
Current Behavior
Our deploy-sandbox.yaml, deploy-stable.yaml, deploy-staging.yaml, deploy-development.yaml, and node.Dockerfile files are using less than ideal code due to a necessary hotfix. These should be reverted to how they were before.
Expected Behavior
Steps to Reproduce
Environment
All environments
Additional Context
PR #2090 addresses a bug wherein node version 22 breaks vinyl-fs and gulp. While a PR on their repo was merged that addresses this change, it could take 1-3 weeks for that to land in the next node version. The workaround for now is to revert our node version back to 21.7.3. This workaround is less than ideal, so we should revert back to the old way of doing things once this lands.
Issue Links
Relates to: #2090
Related to: #2085
The text was updated successfully, but these errors were encountered: