From 7ed64ae6f440a4bafc4a6a4de493f8e4f336955b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Abadesso?= Date: Mon, 19 Feb 2024 13:19:29 -0300 Subject: [PATCH] chore: updated nodejs on codebuild to v20 and using berry stable --- .codebuild/buildspec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codebuild/buildspec.yml b/.codebuild/buildspec.yml index b9b9aa2e..95ad66f9 100644 --- a/.codebuild/buildspec.yml +++ b/.codebuild/buildspec.yml @@ -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: