Skip to content

Commit

Permalink
Downgrade node
Browse files Browse the repository at this point in the history
  • Loading branch information
MaticConradi committed Aug 28, 2024
1 parent 5005c70 commit 92ad006
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
env:
PROJECT_ID: nlc-bot-36685
GAR_LOCATION: us-central1
GKE_CLUSTER: production-cluster
GKE_ZONE: us-central1-b
GKE_CLUSTER: main-cluster
GKE_ZONE: us-central1-c
DEPLOYMENT_NAME: database
REPOSITORY: database
IMAGE: production
Expand All @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# Configure Workload Identity Federation and generate an access token.
- id: 'auth'
Expand All @@ -42,7 +42,7 @@ jobs:
# Get the GKE credentials so we can deploy to the cluster
- name: Set up GKE credentials
uses: google-github-actions/get-gke-credentials@v0
uses: google-github-actions/get-gke-credentials@v2
with:
cluster_name: ${{ env.GKE_CLUSTER }}
location: ${{ env.GKE_ZONE }}
Expand Down
2 changes: 1 addition & 1 deletion build/dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:alpine
FROM node:20-alpine
WORKDIR /app

COPY ./package.json ./yarn.lock ./tsconfig.json ./
Expand Down

0 comments on commit 92ad006

Please sign in to comment.