diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f33ea1df..202de7b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: # Build Vue frontend & Dependencies - name: Set up Node ${{ matrix.node-version }} if: steps.django_cache.outputs.cache-hit != 'true' - - uses: actions/setup-node@v4 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'yarn'