Skip to content

Bump braces from 3.0.2 to 3.0.3 #24

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #24

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Install npm deps
run: npm ci
- name: Build
run: npm run build
- name: Run node tests
run: npm run test