Skip to content

Commit

Permalink
wip 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Dec 12, 2024
1 parent bfb46f0 commit c8c762b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-wip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@ jobs:
node-version: 18
cache: ${{ '' }}
cache-dependency-path: '**/pnpm-lock.yaml'
- run: pnpm install --frozen-lockfile
- 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
cat packages/waku/package.json
pnpm install --frozen-lockfile
pnpm -r update react@canary react-dom@canary react-server-dom-webpack@canary
- run: pnpm run compile
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c8c762b

Please sign in to comment.