fix: fallback to 41.1.4 instead of 25.1.0 #267
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.
I have the issue #266 and after some research I have found out that it was caused by the fallback version of vercel.
vercel-action/index.js
Lines 58 to 63 in 16e87c0
vercel-action/package.json
Line 31 in 16e87c0
Currently the fallback version of vercel is
25.1.0
and it's a version that being released three years ago. But the latest version of vercel is41.1.4
. I believe only a few people still using the older version.I am not sure if it's best to use latest version of vercel as much as possible by default, and users can still use older version through out using
vercel-version
.