Skip to content

fix(deps): bump tar from 6.2.0 to 6.2.1 #588

fix(deps): bump tar from 6.2.0 to 6.2.1

fix(deps): bump tar from 6.2.0 to 6.2.1 #588

Workflow file for this run

name: ci
on:
push:
branches-ignore:
- master
pull_request:
branches:
- master
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›Ž
uses: actions/checkout@v4
- name: Setup node env πŸ—
uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
cache: 'yarn'
- name: Install dependencies πŸ‘¨πŸ»β€πŸ’»
run: yarn install --frozen-lockfile
- name: Run linter πŸ‘€
run: yarn lint
- name: Run tests πŸ§ͺ
run: yarn test