Skip to content

fix(deps): update dependency tar to v7.5.2 #1405

fix(deps): update dependency tar to v7.5.2

fix(deps): update dependency tar to v7.5.2 #1405

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- main
- alpha
- beta
- next
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 22
- run: npm ci
- run: npm run lint
- run: npm run types
- run: npm test