diff --git a/.github/workflows/cd-build-frontend.yml b/.github/workflows/cd-build-frontend.yml index a96c54a9a..8ef26fb99 100644 --- a/.github/workflows/cd-build-frontend.yml +++ b/.github/workflows/cd-build-frontend.yml @@ -16,6 +16,9 @@ jobs: - name: echo run: pwd + - name: node + run: node -v + - name: Build Docker Image run: docker build -t berkeleytime-frontend ./frontend/