Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

build(deps): bump jest, ts-jest and @types/jest #159

build(deps): bump jest, ts-jest and @types/jest

build(deps): bump jest, ts-jest and @types/jest #159

Workflow file for this run

name: any-pr
on: [pull_request]
jobs:
build_test:
name: Build test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn build
- run: yarn test:wasm
- run: yarn test:node --coverage