-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
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/*[email protected]#<99.0.0"
} |
I had a similar bug with This solved it. Thanks! |
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: