Skip to content

fix(deps): bump tar from 7.5.2 to 7.5.3 #3868

fix(deps): bump tar from 7.5.2 to 7.5.3

fix(deps): bump tar from 7.5.2 to 7.5.3 #3868

Workflow file for this run

---
name: Typecheck
on:
push:
branches:
- main
pull_request:
branches:
- '**'
- '!release-please--**'
jobs:
typecheck:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '24'
cache: npm
- name: Install dependencies
run: npm ci --no-audit
- name: Typecheck
run: npm run typecheck