Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

[Snyk] Upgrade cosmiconfig from 8.1.3 to 8.3.6 #120

[Snyk] Upgrade cosmiconfig from 8.1.3 to 8.3.6

[Snyk] Upgrade cosmiconfig from 8.1.3 to 8.3.6 #120

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@v1
- name: Setup node version
uses: actions/setup-node@v1
with:
node-version: "12"
- name: Install dependencies
run: yarn install
- name: Build typescript
run: yarn build
- name: Unit tests
run: yarn test
- name: Integration tests
run: yarn test:integration