Skip to content

chore: bump tar from 6.1.11 to 6.2.1 #19

chore: bump tar from 6.1.11 to 6.2.1

chore: bump tar from 6.1.11 to 6.2.1 #19

Workflow file for this run

name: Tests
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn lint
- run: yarn coverage