Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Oct 12, 2023
1 parent e3c65b1 commit aa720ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/QA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version-file: .node-version
node-version-file: zimui/.node-version

- name: Install JS dependencies
working-directory: zimui
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version-file: .node-version
node-version-file: zimui/.node-version

- name: Install dependencies
working-directory: zimui
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version-file: .node-version
node-version-file: zimui/.node-version

- name: Install dependencies
working-directory: zimui
Expand Down

0 comments on commit aa720ae

Please sign in to comment.