Repackage action following bump of semver dependency

This commit is contained in:
per1234
2023-05-15 23:46:24 -07:00
parent a428d85bbe
commit 6feabb51a2
+1 -1
View File
@@ -9487,7 +9487,7 @@ class SemVer {
version = version.version
}
} else if (typeof version !== 'string') {
throw new TypeError(`Invalid Version: ${(__nccwpck_require__(3837).inspect)(version)}`)
throw new TypeError(`Invalid version. Must be a string. Got type "${typeof version}".`)
}
if (version.length > MAX_LENGTH) {