Skip to content

build(deps): Bump semver from 5.7.1 to 5.7.2 #8910

build(deps): Bump semver from 5.7.1 to 5.7.2

build(deps): Bump semver from 5.7.1 to 5.7.2 #8910

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
name: Lint
strategy:
matrix:
os: [
ubuntu-latest,
# windows-latest,
# macos-latest
]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.16.0
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint