Skip to content

Bump simple-git from 3.27.0 to 3.33.0 (#4927) #1224

Bump simple-git from 3.27.0 to 3.33.0 (#4927)

Bump simple-git from 3.27.0 to 3.33.0 (#4927) #1224

Workflow file for this run

name: Node PR Lint, Build and Test
on:
# Trigger when manually run
workflow_dispatch:
# Trigger on pushes to `main` or `rel/*`
push:
branches:
- main
- rel/*
# Trigger on pull requests to `main` or `rel/*`
pull_request:
branches:
- main
- rel/*
jobs:
Build:
# Use template from https://github.com/microsoft/vscode-azuretools/tree/main/.github/workflows
uses: microsoft/vscode-azuretools/.github/workflows/jobs.yml@main