update embedr node version, build

This commit is contained in:
Devin Ivy
2024-11-12 10:46:25 -05:00
parent 101c9e7267
commit 04ff5f2c0d
2 changed files with 2 additions and 3 deletions
@@ -3,8 +3,7 @@ on:
push: push:
branches: branches:
- main - main
- bnewbold/embedr - divy/embed-rate-limit
- bnewbold/embedr-rebase
env: env:
REGISTRY: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_REGISTRY }} REGISTRY: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_REGISTRY }}
+1 -1
View File
@@ -5,7 +5,7 @@ WORKDIR /usr/src/social-app
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
# Node # Node
ENV NODE_VERSION=18 ENV NODE_VERSION=20
ENV NVM_DIR=/usr/share/nvm ENV NVM_DIR=/usr/share/nvm
# Go # Go