We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
16.9.0
Not sure this is the right place to ask this, but I'm using the node:alpine image on a gitlab-ci, and the CI fails (Jest tests) with this bug: #40030
Is there a way to run the node:alpine image, and not change the CI config to use node:16.8.0-alpine ?
Every run of CI
CI runs correctly
Jest test fails with the following error:
# Fatal error in , line 0 # Check failed: !holder_map.has_named_interceptor().
The text was updated successfully, but these errors were encountered:
This will be fixed in Node.js v16.9.1. Refs: #40069.
Sorry, something went wrong.
Duplicate of #40030.
ci: downgrade to node 16.8 (nodejs/node#40068)
f4ec6a7
Merge pull request #335 from lowlighter/master
87af821
No branches or pull requests
Version
16.9.0
What steps will reproduce the bug?
Not sure this is the right place to ask this, but I'm using the node:alpine image on a gitlab-ci, and the CI fails (Jest tests) with this bug: #40030
Is there a way to run the node:alpine image, and not change the CI config to use node:16.8.0-alpine ?
How often does it reproduce? Is there a required condition?
Every run of CI
What is the expected behavior?
CI runs correctly
What do you see instead?
Jest test fails with the following error:
The text was updated successfully, but these errors were encountered: