File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ updates:
99 - package-ecosystem : ' npm'
1010 directory : ' /apps/app'
1111 schedule :
12- interval : ' weekly'
12+ interval : ' weekly'
1313
1414 # Web
1515 - package-ecosystem : ' npm'
1616 directory : ' /apps/web'
1717 schedule :
1818 interval : ' weekly'
1919
20- # Common
20+ # Shared
2121 - package-ecosystem : ' npm'
2222 directory : ' /package/shared'
2323 schedule :
Original file line number Diff line number Diff line change 6868 ${{ matrix.platform }}-cargo-
6969
7070 - name : Install NPM dependencies
71- run : pnpm install --frozen-lockfile
71+ run : pnpm install --no- frozen-lockfile
7272
7373 - name : Install dependencies (ubuntu only)
7474 if : matrix.platform == 'ubuntu-latest'
Original file line number Diff line number Diff line change 8585 ${{ matrix.platform }}-cargo-
8686
8787 - name : Install NPM dependencies
88- run : pnpm install --frozen-lockfile
88+ run : pnpm install --no- frozen-lockfile
8989
9090 - name : Install Rust
9191 uses : dtolnay/rust-toolchain@stable
You can’t perform that action at this time.
0 commit comments