Skip to content

Commit

Permalink
This would probably help
Browse files Browse the repository at this point in the history
  • Loading branch information
zbrydon committed Jan 15, 2025
1 parent 4b16e12 commit 421b193
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cli/migrate/nodeVersion/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@ const runSubPatch = async (

const unPinnedContents = removeNodeShas(contents);

if (patch.id === 'serverless') {
await checkServerlessVersion();
}

if (patch.id === 'package-json-1') {
await checkServerlessVersion();
return await writePatchedContents({
Expand Down

0 comments on commit 421b193

Please sign in to comment.