Skip to content

Commit

Permalink
update yarn binary references
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed May 8, 2024
1 parent 946b705 commit b9894d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions integration-test/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ compressionLevel: mixed
enableGlobalCache: false
nodeLinker: node-modules
npmAuthToken: "${NODE_AUTH_TOKEN-}"
yarnPath: ../.yarn/releases/yarn-4.1.0.cjs
yarnPath: ../.yarn/releases/yarn-4.2.1.cjs
cacheFolder: "../.yarn/cache"
installStatePath: "../.yarn/integration-test-install-state.gz"
enableInlineBuilds: true
checksumBehavior: ignore
checksumBehavior: ignore
2 changes: 1 addition & 1 deletion integration-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@integration-test/root",
"packageManager": "yarn@4.1.0",
"packageManager": "yarn@4.2.1",
"resolutions": {
"@apollo/client-react-streaming": "exec:./shared/build-client-react-streaming.cjs",
"@apollo/experimental-nextjs-app-support": "exec:./shared/build-experimental-nextjs-app-support.cjs"
Expand Down

0 comments on commit b9894d5

Please sign in to comment.