Skip to content

chore(deps): bump tar from 6.2.0 to 6.2.1 #408

chore(deps): bump tar from 6.2.0 to 6.2.1

chore(deps): bump tar from 6.2.0 to 6.2.1 #408

Workflow file for this run

name: Test
on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: yarn
- name: Installing
run: yarn --frozen-lockfile
- name: Lint
run: yarn test:lint
- name: Tests
run: yarn test