File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 4646 with :
4747 node-version : " 20.11.0"
4848 cache : " yarn"
49- - run : yarn install --immutable --mode=skip-build
50- - run : yarn workspaces foreach --all --include "@apollo/*" add -D -P @apollo/client@${{ matrix.version }}
49+ - name : Set target version of Apollo Client (Root)
50+ run : npm pkg set resolutions.@apollo/client=$(npm view @apollo/client@${{ matrix.version }} version)
51+ - run : yarn install --mode=skip-build
52+ env :
53+ YARN_ENABLE_IMMUTABLE_INSTALLS : " false"
5154 - run : yarn workspaces foreach --all --include "@apollo/*" run build
5255 - run : yarn workspaces foreach --all --include "@apollo/*" run test | tee $GITHUB_STEP_SUMMARY; exit ${PIPESTATUS[0]}
5356 packageShapes :
6467 with :
6568 node-version : " 20.x"
6669 cache : " yarn"
67- - run : yarn install --immutable --mode=skip-build
68- - run : yarn workspaces foreach --all --include "@apollo/*" add -D -P @apollo/client@${{ matrix.version }}
70+ - name : Set target version of Apollo Client (Root)
71+ run : npm pkg set resolutions.@apollo/client=$(npm view @apollo/client@${{ matrix.version }} version)
72+ - run : yarn install --mode=skip-build
73+ env :
74+ YARN_ENABLE_IMMUTABLE_INSTALLS : " false"
6975 - run : yarn workspaces foreach --all -t --include "@apollo/*" run test-bundle | tee $GITHUB_STEP_SUMMARY; exit ${PIPESTATUS[0]}
7076 tests_playwright :
7177 name : Integration Tests
You can’t perform that action at this time.
0 commit comments