Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexagon committed Oct 16, 2024
1 parent 6a8a733 commit 2cc29ee
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 1,919 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v2
- uses: oven-sh/setup-bun@v2

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
Expand All @@ -30,11 +31,9 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '16.x'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'

- name: Install dependencies
run: npm install
run: bun install

- name: Install binaryen
run: sudo apt install binaryen
Expand All @@ -43,10 +42,10 @@ jobs:
run: sudo mkdir -p /usr/bin/bin && sudo ln -s /usr/bin/wasm-opt /usr/bin/bin/wasm-opt

- name: Build wasm
run: npm run wasm
run: bun run wasm

- name: Build app
run: npm run build
run: bun run build

- name: Set CNAME
run: echo 'ever.bytie.moe' > ./dist/CNAME
Expand Down
104 changes: 56 additions & 48 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added bun.lockb
Binary file not shown.
Loading

0 comments on commit 2cc29ee

Please sign in to comment.