Skip to content

Commit

Permalink
--raw-output
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Jan 23, 2025
1 parent 2c1eabd commit 18afacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
node-version: "20.x"
cache: "yarn"
- name: Set target version of Apollo Client (Root)
run: npm pkg set resolutions.@apollo/client=$(npm info @apollo/client@${{ matrix.version }} --json | jq .version)
run: npm pkg set resolutions.@apollo/client=$(npm info @apollo/client@${{ matrix.version }} --json | jq --raw-output .version)
- run: yarn install --mode=skip-build
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: "false"
Expand Down

0 comments on commit 18afacc

Please sign in to comment.