Skip to content

chore(deps): bump base-x from 3.0.9 to 3.0.11 (#220) #364

chore(deps): bump base-x from 3.0.9 to 3.0.11 (#220)

chore(deps): bump base-x from 3.0.9 to 3.0.11 (#220) #364

Workflow file for this run

name: Test Workflow
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install Node dependencies
run: yarn --frozen-lockfile
- name: Build
run: yarn build