diff options
author | devin ivy <devinivy@gmail.com> | 2024-11-12 12:14:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-12 12:14:47 -0500 |
commit | d7841037f19a58a9641d1a9ef9f1bcf805bb461b (patch) | |
tree | 086769725d11a6760e3efbbbfd29dd8249546311 | |
parent | af31ceb2b35ec5b9d8ad2f74a42c99226438804d (diff) | |
download | voidsky-d7841037f19a58a9641d1a9ef9f1bcf805bb461b.tar.zst |
Embedr: fix build / node version (#6265)
* embedr: increase rate limits * update embedr node version, build * tidy
-rw-r--r-- | .github/workflows/build-and-push-embedr-aws.yaml | 2 | ||||
-rw-r--r-- | Dockerfile.embedr | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/build-and-push-embedr-aws.yaml b/.github/workflows/build-and-push-embedr-aws.yaml index f7f24af9f..23d1538fe 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 663cbcfc5..3623b3293 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 |