Skip to content

chore(deps): Bump simple-git from 2.42.0 to 3.16.0 in /packages/kyt-core #402

chore(deps): Bump simple-git from 2.42.0 to 3.16.0 in /packages/kyt-core

chore(deps): Bump simple-git from 2.42.0 to 3.16.0 in /packages/kyt-core #402

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
kyt-tests:
name: "Lint, Test with Node"
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn exec lerna run prepare
- run: yarn lint:ci
- run: yarn test:ci
- run: yarn e2e