Skip to content

build(deps): bump tar from 6.1.13 to 6.2.1 #145

build(deps): bump tar from 6.1.13 to 6.2.1

build(deps): bump tar from 6.1.13 to 6.2.1 #145

Workflow file for this run

name: Run Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn
- run: yarn test --detectOpenHandles --forceExit