Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .codebuild/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,12 @@ phases:
#If you use the Ubuntu standard image 2.0 or later, you must specify runtime-versions.
#If you specify runtime-versions and use an image other than Ubuntu standard image 2.0, the build fails.
runtime-versions:
nodejs: 18
nodejs: 20
# name: version
commands:
- npm install -g yarn
- corepack enable
- yarn set version 3.4.1
- yarn set version stable
- yarn install
pre_build:
commands:
Expand Down