Skip to content

chore(deps): bump semver from 5.7.1 to 5.7.2 #365

chore(deps): bump semver from 5.7.1 to 5.7.2

chore(deps): bump semver from 5.7.1 to 5.7.2 #365

Workflow file for this run

name: ci
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [14]
steps:
- name: Checkout ๐Ÿ›Ž
uses: actions/[email protected]
- name: Setup node env ๐Ÿ—
uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
- name: Install dependencies ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป
run: yarn
- name: Run linter ๐Ÿ‘€
run: yarn lint