Skip to content

Bump crypto-es from 1.2.7 to 2.1.0 in /example #75

Bump crypto-es from 1.2.7 to 2.1.0 in /example

Bump crypto-es from 1.2.7 to 2.1.0 in /example #75

Workflow file for this run

on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Yarn install
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --cwd example --frozen-lockfile
- run: yarn install --frozen-lockfile
- run: yarn typescript
- run: yarn lint