FIx build error - #191
Merged
Merged
Conversation
- Upgrade node-version from 10.x to 16.x - Update actions/checkout to v4, actions/setup-node to v4, codecov-action to v4 - Fix matrix variable reference from matrix.node to matrix.node-version - Replace deprecated set-output caching with setup-node built-in cache - Remove redundant install and prettier add steps The CI build was failing with error:0308010C:digital envelope routines::unsupported because GitHub Actions runners no longer support Node.js 10.x, causing the workflow to fall back to Node.js 18+ which uses OpenSSL 3.0—an incompatible version with the older webpack bundled in react-scripts 3.4.4. This update switches to Node.js 16.x, which uses OpenSSL 1.1.x and remains fully compatible with the existing build toolchain. Additionally, the workflow had a bug where matrix.node was referenced instead of the correct matrix.node-version, meaning the setup-node step wasn't receiving the intended version. The action versions were also modernized (checkout@v4, setup-node@v4, codecov-action@v4) and the deprecated ::set-output caching mechanism was replaced with setup-node's built-in yarn cache support.
GrrGrrMan
pushed a commit
to GrrGrrMan/spiderbot-mithi-web
that referenced
this pull request
Aug 26, 2026
FIx build error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.