Skip to content

chore(deps): Bump tar from 6.1.11 to 6.2.1 #43

chore(deps): Bump tar from 6.1.11 to 6.2.1

chore(deps): Bump tar from 6.1.11 to 6.2.1 #43

Workflow file for this run

name: build
on: [pull_request]
jobs:
yarn-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn prepublish
env:
CI: true