diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9e3c1cc..6c05313c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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