Skip to content

chore(deps): update dependency hosted-git-info to v7.0.2 #3987

chore(deps): update dependency hosted-git-info to v7.0.2

chore(deps): update dependency hosted-git-info to v7.0.2 #3987

Workflow file for this run

name: Test
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@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: yarn
- shell: bash
run: corepack enable yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint