diff --git a/.github/workflows/QA.yml b/.github/workflows/QA.yml index 34c0e04..106548f 100644 --- a/.github/workflows/QA.yml +++ b/.github/workflows/QA.yml @@ -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 diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 00b7d20..a110602 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -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 @@ -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