diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac6c614..7f38d3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,14 +19,14 @@ jobs: runs-on: ubuntu-latest defaults: run: - working-directory: api + working-directory: ./api steps: - uses: actions/checkout@v4 - name: Use Node.js uses: actions/setup-node@v4 with: - node-version-file: '.nvmrc' + node-version-file: 'api/.nvmrc' - name: Cache node modules uses: actions/cache@v4