Skip to content

Commit

Permalink
Add Node 18 to build step as well
Browse files Browse the repository at this point in the history
  • Loading branch information
julianweng committed Feb 20, 2024
1 parent 9cb1e62 commit 9e7b3b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e7b3b0

Please sign in to comment.