my fork of the bluesky client

Embedr: fix build / node version (#6265)

* embedr: increase rate limits

* update embedr node version, build

* tidy

authored by devin ivy and committed by GitHub d7841037 af31ceb2

Changed files
+1 -3
.github
-2
.github/workflows/build-and-push-embedr-aws.yaml
··· 3 push: 4 branches: 5 - main 6 - - bnewbold/embedr 7 - - bnewbold/embedr-rebase 8 9 env: 10 REGISTRY: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_REGISTRY }}
··· 3 push: 4 branches: 5 - main 6 7 env: 8 REGISTRY: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_REGISTRY }}
+1 -1
Dockerfile.embedr
··· 5 ENV DEBIAN_FRONTEND=noninteractive 6 7 # Node 8 - ENV NODE_VERSION=18 9 ENV NVM_DIR=/usr/share/nvm 10 11 # Go
··· 5 ENV DEBIAN_FRONTEND=noninteractive 6 7 # Node 8 + ENV NODE_VERSION=20 9 ENV NVM_DIR=/usr/share/nvm 10 11 # Go