Skip to content

Bump tar from 6.1.13 to 6.2.1 #33

Bump tar from 6.1.13 to 6.2.1

Bump tar from 6.1.13 to 6.2.1 #33

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install
run: yarn
- name: Test
run: yarn test