-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Incorrectly upgrade the version number to "undefined" #103
Comments
https://github.com/masx200/deno-http-middleware/actions/runs/3886692985/jobs/6632089465
|
Can I use semver to solve this problem? |
I fixed it by setting a semantic versioning rule that states only versions lower than a ridiculously high version: {
"preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.0.3#<99.0.0"
} |
I had a similar bug with This solved it. Thanks! |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
udd 0.8.2
deno-version: v1.29.1
Incorrectly upgrade the version number to "undefined"
deps.ts
The text was updated successfully, but these errors were encountered: