Skip to content

chore(deps): bump simple-git from 3.19.1 to 3.20.0 #958

chore(deps): bump simple-git from 3.19.1 to 3.20.0

chore(deps): bump simple-git from 3.19.1 to 3.20.0 #958

Workflow file for this run

name: Build on PR
on:
pull_request:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.base_ref }}
jobs:
run:
name: Build on PR
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm test