Skip to content

build(deps): bump tar from 6.2.0 to 6.2.1 in /tools/schema-builder #1502

build(deps): bump tar from 6.2.0 to 6.2.1 in /tools/schema-builder

build(deps): bump tar from 6.2.0 to 6.2.1 in /tools/schema-builder #1502

Workflow file for this run

# name: 💯 Coverage CI
# on:
# workflow_run:
# workflows: ["🚀 Build CI"]
# types:
# - completed
# jobs:
# build:
# runs-on: ubuntu-latest
# strategy:
# matrix:
# node: [ '14', '16' ]
# name: build steps
# steps:
# - uses: actions/checkout@v2
# - name: Use Node.js ${{ matrix.node }}
# uses: actions/setup-node@v2
# with:
# node-version: ${{ matrix.node }}
# - name: Run Test
# - run: yarn run test