Skip to content

fix(deps): update dependency @polkadot/util-crypto to ^12.4.1 (#318) #249

fix(deps): update dependency @polkadot/util-crypto to ^12.4.1 (#318)

fix(deps): update dependency @polkadot/util-crypto to ^12.4.1 (#318) #249

Workflow file for this run

name: Main branch
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v3
- name: Configure Node and package manager
uses: actions/[email protected]
with:
node-version-file: 'package.json'
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build code
run: yarn build
- name: Test size
env:
BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
run: yarn run test-size