From 9e7b3b08068bd035a67d11cc063f14357f45b943 Mon Sep 17 00:00:00 2001 From: Julian Weng Date: Tue, 20 Feb 2024 13:32:37 -0500 Subject: [PATCH] Add Node 18 to build step as well --- .github/workflows/build-and-deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index 4b29556b6..25eca45bf 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -66,6 +66,7 @@ jobs: uses: docker/build-push-action@v2 with: context: frontend + nodeVersion: 18.19.0 file: frontend/Dockerfile push: false cache-from: type=local,src=/tmp/.buildx-cache,type=registry,ref=pennlabs/penn-clubs-frontend:latest