From d7841037f19a58a9641d1a9ef9f1bcf805bb461b Mon Sep 17 00:00:00 2001 From: devin ivy Date: Tue, 12 Nov 2024 12:14:47 -0500 Subject: [PATCH] Embedr: fix build / node version (#6265) * embedr: increase rate limits * update embedr node version, build * tidy --- .github/workflows/build-and-push-embedr-aws.yaml | 2 -- Dockerfile.embedr | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-and-push-embedr-aws.yaml b/.github/workflows/build-and-push-embedr-aws.yaml index f7f24af9f7..23d1538fe5 100644 --- a/.github/workflows/build-and-push-embedr-aws.yaml +++ b/.github/workflows/build-and-push-embedr-aws.yaml @@ -3,8 +3,6 @@ on: push: branches: - main - - bnewbold/embedr - - bnewbold/embedr-rebase env: REGISTRY: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_REGISTRY }} diff --git a/Dockerfile.embedr b/Dockerfile.embedr index 663cbcfc51..3623b3293e 100644 --- a/Dockerfile.embedr +++ b/Dockerfile.embedr @@ -5,7 +5,7 @@ WORKDIR /usr/src/social-app ENV DEBIAN_FRONTEND=noninteractive # Node -ENV NODE_VERSION=18 +ENV NODE_VERSION=20 ENV NVM_DIR=/usr/share/nvm # Go