Skip to content

chore(deps): bump hosted-git-info from 2.7.1 to 2.8.9 #33

chore(deps): bump hosted-git-info from 2.7.1 to 2.8.9

chore(deps): bump hosted-git-info from 2.7.1 to 2.8.9 #33

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm install
- run: npm test