Skip to content

Commit

Permalink
fix the path in all places to the right path
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmad Kadri <[email protected]>
  • Loading branch information
ahmadkadri committed Dec 9, 2024
1 parent 2ace198 commit 2621a56
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 @@ -104,7 +104,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
node-version-file: 'node-version/package.json'
cache: 'yarn'

- name: yarn install
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
node-version-file: 'e2e/package.json'
cache: 'yarn'

- name: yarn install
Expand Down

0 comments on commit 2621a56

Please sign in to comment.