Skip to content

chore(deps): bump tar from 6.1.11 to 6.2.1 #42

chore(deps): bump tar from 6.1.11 to 6.2.1

chore(deps): bump tar from 6.1.11 to 6.2.1 #42

Workflow file for this run

name: PR Build & Test
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- name: Build & Test
run: |
yarn install --frozen-lockfile
yarn lint
yarn test
yarn build