Skip to content

Commit ae8aeaf

Browse files
committed
feat!: Update node to 22 (#14121)
BREAKING CHANGE: Update node to 22
1 parent 9cd7022 commit ae8aeaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/amplify-cli-npm/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ export const install = async (): Promise<void> => {
1616
return binary.install();
1717
};
1818

19-
// force version bump to 13.0.0
19+
// force version bump to 13.0.0 again

packages/amplify-cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,4 +257,4 @@ export const executeAmplifyCommand = async (context: Context): Promise<void> =>
257257
}
258258
};
259259

260-
// bump version to 13.0.0
260+
// bump version to 13.0.0 again

0 commit comments

Comments
 (0)