Skip to content

chore(deps-dev): bump lerna from 3.22.1 to 7.1.4 #1087

chore(deps-dev): bump lerna from 3.22.1 to 7.1.4

chore(deps-dev): bump lerna from 3.22.1 to 7.1.4 #1087

Workflow file for this run

name: Editor Check Types
on: pull_request
jobs:
check-types:
name: Check Types
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v2
- name: Use Node.js 15.x
uses: actions/[email protected]
with:
node-version: '15.x'
- name: Install
run: |
npm ci
- name: check types
run: |
npm run test:types:all