diff --git a/.github/actions/yarn-install/action.yml b/.github/actions/yarn-install/action.yml index 1ec7e4ea9..56319aa3f 100644 --- a/.github/actions/yarn-install/action.yml +++ b/.github/actions/yarn-install/action.yml @@ -22,9 +22,11 @@ runs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 22 + node-version-file: .nvmrc cache: "yarn" - cache-dependency-path: yarn.lock + cache-dependency-path: | + yarn.lock + .yarnrc.yml - name: Install dependencies uses: nick-fields/retry@v3