File tree Expand file tree Collapse file tree 4 files changed +1151
-4
lines changed
Expand file tree Collapse file tree 4 files changed +1151
-4
lines changed Original file line number Diff line number Diff line change 2929 uses : oven-sh/setup-bun@v2
3030
3131
32- - run : bun install
32+ - run : bun install --frozen-lockfile
3333
3434 - run : bun biome ci
3535 - run : bun oxlint-ci
5555 - if : ${{ github.event_name != 'release' }}
5656 uses : oven-sh/setup-bun@v2
5757
58- - run : bun install
58+ - run : bun install --frozen-lockfile
5959
6060 - run : bun build-webview
6161
9191 - if : ${{ github.event_name != 'release' }}
9292 uses : oven-sh/setup-bun@v2
9393
94- - run : bun install
94+ - run : bun install --frozen-lockfile
9595 - run : bun build-webview
9696
9797 - uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 1818 with :
1919 no-cache : true
2020
21- - run : bun install
21+ - run : bun install --frozen-lockfile
2222
2323 - name : " Build Demo Website"
2424 run : bun build-demo
You can’t perform that action at this time.
0 commit comments