Skip to content

fix(deps): bump glob from 10.3.3 to 10.3.5 #114

fix(deps): bump glob from 10.3.3 to 10.3.5

fix(deps): bump glob from 10.3.3 to 10.3.5 #114

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- uses: actions/setup-node@v3
with:
always-auth: true
- name: Install dependencies
run: yarn
- name: Test
run: yarn test