Skip to content

Commit

Permalink
fix: working dir again
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Jun 27, 2024
1 parent 668fefc commit bd314c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd314c8

Please sign in to comment.