Skip to content

Commit 57aea8b

Browse files
committed
doc: update README to reflect Node v20 requirement in amplify.yml per AWS notice
1 parent 956ea4c commit 57aea8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ frontend:
131131
phases:
132132
preBuild:
133133
commands:
134-
- nvm use 18
134+
- nvm use 20
135135
- npm install -g pnpm
136136
- pnpm install --no-frozen-lockfile
137137
build:

README_CH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ frontend:
130130
phases:
131131
preBuild:
132132
commands:
133-
- nvm use 18
133+
- nvm use 20
134134
- npm install -g pnpm
135135
- pnpm install --no-frozen-lockfile
136136
build:

0 commit comments

Comments
 (0)