Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
chore: bump version and web support (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
fourdim authored Jan 10, 2024
1 parent 06bbd48 commit 971b832
Show file tree
Hide file tree
Showing 8 changed files with 357 additions and 118 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Use Node.js LTS
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
registry-url: https://npm.pkg.github.com
cache: 'pnpm'

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
**/*.rs.bk
bin/
pkg/
web/
wasm-pack.log

node_modules/
Expand Down
Loading

0 comments on commit 971b832

Please sign in to comment.