Skip to content

fix(deps): update rust crate wasm-bindgen to v0.2.100 #375

fix(deps): update rust crate wasm-bindgen to v0.2.100

fix(deps): update rust crate wasm-bindgen to v0.2.100 #375

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
env:
CI: true
steps:
# Setup.
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: jetli/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
# Build.
- run: corepack enable
- run: yarn install
- run: yarn dist
# Test.
- run: yarn test