Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Dec 12, 2024
1 parent 5f0be5c commit bfb46f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-wip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install dependencies
run: |
${{ 'pnpm -r update react@canary react-dom@canary react-server-dom-webpack@canary' }}
sed -i~ "/\"peerDependencies\"/,${s/\"\^19.0.0\"/\"*\"/}" packages/waku/package.json
sed -i~ '/"peerDependencies"/,${s/"\^19\.0\.0"/"*"/}' packages/waku/package.json
cat packages/waku/package.json
pnpm install --frozen-lockfile
- run: pnpm run compile
Expand Down

0 comments on commit bfb46f0

Please sign in to comment.