diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 1f5dc46..1c78508 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -30,13 +30,13 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Go to dir + run: cd ./frontend - name: Set up Node uses: actions/setup-node@v3 with: node-version: 20 cache: 'npm' - - name: Go to dir - run: cd ./frontend - name: Install dependencies run: npm install - name: Build