Skip to content

Bump tar from 6.1.11 to 6.2.1 #36

Bump tar from 6.1.11 to 6.2.1

Bump tar from 6.1.11 to 6.2.1 #36

Workflow file for this run

name: checks
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
- uses: actions/cache@v2
if: ${{ !env.ACT }}
with:
path: ~/.npm
key: ${{ runner.OS }}-node-${{ hashFiles('**/yarn.lock') }}
restore-keys: ${{ runner.OS }}-node-
- run: make dep
- run: make test